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

parse link error #246

Closed
muhas opened this issue Nov 21, 2014 · 5 comments
Closed

parse link error #246

muhas opened this issue Nov 21, 2014 · 5 comments

Comments

@muhas
Copy link

muhas commented Nov 21, 2014

  ><footer><cite> [links](http://google.com) </cite></footer>

generate

  <blockquote>
  <footer><cite> [links](http://google.com) </cite></footer>
  </blockquote>

ps. github parser normal, so http://pastebin.com/DSSDmSmH

@kminchev
Copy link

Indeed, Parsedown doesn't support <footer> element, but why would you put a <footer> element inside a <blockquote> element?

@muhas
Copy link
Author

muhas commented Dec 22, 2014

semantic html5 ^_^ as example - blockquote>footer>cite

@erusev
Copy link
Owner

erusev commented Jan 14, 2015

@muhas

What is the output that you'd expect?

@erusev erusev added the on hold label Jan 14, 2015
@muhas
Copy link
Author

muhas commented Jan 15, 2015

@aidantwoods
Copy link
Collaborator

The current result seems to mirror CommonMark, which says that markdown shouldn't be parsed when inside HTML in this way.

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

4 participants