-
Notifications
You must be signed in to change notification settings - Fork 137
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 HTML recursively #358
Comments
Notes:
|
Here as an example what to strive for: GFM output which is <span><em>a</em>hello
<hr /><strong>b</strong></span> |
will be implemented with RobertDober/earmark_parser#7 |
This would superseed #356 and is inspired by #353.
Basic idea
let the scanner be a little be more intelligent and scan the following line
<div> hello<br /> <span lang="greek">αλφα</span></div>
as
The text was updated successfully, but these errors were encountered: