Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested tag in header tags #18

Open
Bluezen opened this issue Jan 31, 2014 · 0 comments
Open

Nested tag in header tags #18

Bluezen opened this issue Jan 31, 2014 · 0 comments

Comments

@Bluezen
Copy link

Bluezen commented Jan 31, 2014

Phrase emphasis or links are not parsed correctly when nested in headers.
For exemple:

# [Click](http://test.com)

will be rendered in HTML as:

<h1>[Click](<a href="http://test.com">http://test.com</a>)</h1>

instead of:

<h1><a href="http://test.com">Click</a></h1>

or

# **Bold**

as

<h1>**Bold**</h1>

instead of

<h1><strong>Bold</strong></h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant