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

better parsing for nested elements with emph, strong and links #26

Open
cebe opened this issue Feb 18, 2014 · 4 comments
Open

better parsing for nested elements with emph, strong and links #26

cebe opened this issue Feb 18, 2014 · 4 comments

Comments

@cebe
Copy link
Owner

cebe commented Feb 18, 2014

https://github.com/karlcow/markdown-testsuite
erusev/parsedown#107 (comment)

@cebe cebe added this to the 1.0.0 milestone Feb 18, 2014
@cebe
Copy link
Owner Author

cebe commented Apr 26, 2014

MD: **[**FOO**](/bar/)**
Expected: <p><strong><a href="/bar/"><strong>FOO</strong></a></strong></p>

MD: **em <a href="#" alt="*">*em*</a>**
Expected: <strong>em <a href="#" alt="*"><em>em</em></a></strong>

@cebe cebe modified the milestones: 1.0.1, 1.0.0 Apr 26, 2014
@cebe cebe modified the milestones: 1.0.1, 1.0.2 Oct 25, 2014
@cebe cebe changed the title Add more tests better parsing for nested elements with emph, strong and links Nov 7, 2014
@cebe cebe modified the milestones: 2.0, 1.0.2 Nov 7, 2014
@cebe cebe mentioned this issue Jan 5, 2016
@cebe
Copy link
Owner Author

cebe commented Oct 14, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant