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

Rendering of inline tags [Bug is not in any released version] #326

Closed
RobertDober opened this issue Mar 14, 2020 · 2 comments
Closed

Rendering of inline tags [Bug is not in any released version] #326

RobertDober opened this issue Mar 14, 2020 · 2 comments
Assignees
Labels
Backwards Incompatible Priority: HIGH unexposed bug This bug only applies to dev versions of the library
Milestone

Comments

@RobertDober
Copy link
Collaborator

RobertDober commented Mar 14, 2020

The following are not downwards compatible with 1.4.3 and neither with GFM

iex(50)> ("para\n <hr />")
{:ok, "<p>\n  para\n &lt;hr /&gt;\n</p>\n", []}
iex(51)> as_html("<b>bar</b>")   
{:ok, "<p>\n  &lt;b&gt;bar&lt;/b&gt;\n</p>\n", []}
@RobertDober RobertDober self-assigned this Mar 14, 2020
@RobertDober RobertDober added this to the 1.5 milestone Mar 14, 2020
@RobertDober RobertDober added unexposed bug This bug only applies to dev versions of the library and removed bug labels Mar 14, 2020
@RobertDober RobertDober changed the title Rendering of inline tags Rendering of inline tags [Bug is not in any released version] Mar 14, 2020
@RobertDober
Copy link
Collaborator Author

N.B. see @tag :wip in ast/html_test

@RobertDober
Copy link
Collaborator Author

covered by #228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backwards Incompatible Priority: HIGH unexposed bug This bug only applies to dev versions of the library
Projects
None yet
Development

No branches or pull requests

1 participant