Closed uranusjr closed 8 years ago
Example:
* Foo * # Bar
# Bar will be highlighted as heading.
# Bar
This might seem unintuitive, but it's how peg-markdown handles it as well:
peg-markdown
$ peg-markdown example.md <ul> <li>Foo</li> <li><h1>Bar</h1></li> </ul>
Example:
# Bar
will be highlighted as heading.