markdownj icon indicating copy to clipboard operation
markdownj copied to clipboard

Titles content not interpreted

Open myabc opened this issue 12 years ago • 1 comments

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

myabc avatar Nov 18 '13 21:11 myabc

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*

Screenshot of incorrect output

jhansen2015 avatar Jun 10 '15 18:06 jhansen2015