Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Fix headings in README.md to valid markdown #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix headings in README.md to valid markdown #3

wants to merge 1 commit into from

Conversation

glfmn
Copy link

@glfmn glfmn commented Nov 7, 2018

Valid markdown syntax is not:

#Heading

but

# Heading

This is a common mistake that causes strange rendering in headings.

Valid markdown syntax is not:

```
#Heading
```

but

```
# Heading
```

This is a common mistake that causes strange rendering in headings.
@glfmn
Copy link
Author

glfmn commented Nov 7, 2018

Rendered

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant