markdownj
markdownj copied to clipboard
Titles content not interpreted
From [email protected] on March 03, 2011 10:33:49
Markdown allows putting emphasis/links/images in titles, for instance:
My title
or
My title
But MarkdownJ does not interpret titles content.
Original issue: http://code.google.com/p/markdownj/issues/detail?id=17
Sample markdown:
# Label - [Link in header](https://markdownj.org) *emphasis*
## Label - [Link in header](https://markdownj.org) *emphasis*
### Label - [Link in header](https://markdownj.org) *emphasis*
#### Label - [Link in header](https://markdownj.org) *emphasis*
##### Label - [Link in header](https://markdownj.org) *emphasis*
Label - [Link not in header](https://markdownj.org) *emphasis*
