-
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
Document how HTML parsing works #357
Comments
produces
produces
It was fine in 1.4.4 |
In 1.4.4 Tweet embedding as is worked. But now its getting incorrectly parsed in 1.4.5 You can try with this
|
@sreyansjain thank you for your comment I do not think the current behavior or 1.4.4 is what we want, we want a oneline tag to be parsed as HTML Concerning your Tweet example, that will definitely not work in 1.4.* but hopefully in 1.5 (c.f. #358) |
Also document how comments are parsed #361 |
Hello, I found that
Parses as
|
This will be fixed in 1.4.10 |
Spinoff from #356
The following shall go into the documentation:
Also check why oneline tags are broken? Did I miss a regression in #353?
Here is what kind of HTML Earmark supports, and I will update the documentation which is not good (was even missing lately)
<tag...>{content}</tag>{suffix}
which will render
The text was updated successfully, but these errors were encountered: