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

Caps description doesn't render correctly in hex docs #356

Closed
daniel-jodlos opened this issue Nov 22, 2021 · 3 comments · Fixed by #377
Closed

Caps description doesn't render correctly in hex docs #356

daniel-jodlos opened this issue Nov 22, 2021 · 3 comments · Fixed by #377

Comments

@daniel-jodlos
Copy link
Contributor

It seems that some HTML - specific characters are being replaced with their HTML codes, including HTML tags
Zrzut ekranu 2021-11-22 o 16 53 15

@bblaszkow06
Copy link
Member

I had briefly investigated that one: it broke with one of the ex_doc updates as a result of changes in its deps - earmark started to escape the HTML tags by default. However, this option seems like a workaround: pragdave/earmark#401

@Qizot
Copy link
Member

Qizot commented Jan 11, 2022

@bblaszkow06 It is more than that. A year ago ex_doc switched to from earmark to earmark_parser which is a dependency of earmark so in this case it is not just a matter of adding the flag unfortunately. The PR changing the dependency is here elixir-lang/ex_doc#1209

@Qizot
Copy link
Member

Qizot commented Jan 12, 2022

Unfortunately, probably WONT FIX until RobertDober/earmark_parser#7 moves forward :(

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

Successfully merging a pull request may close this issue.

3 participants