You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* dev:
Update README.md.
Update README.md.
Provide hover for CSS files: \1234, etc.
Fix a comment.
Add tests for rendering issues #6.
Fix rendering (fixes#9 ).
Remove unneeded data.
Provide support for HTML: decimal, hexadecimal and named character references/entities.
Split and rename providers.
Hovering over
"\u0023"
leads to
Number Sign (UnicodeHover)
being rendered. I.e., we make the markdown string via
which leads to a title being rendered.
All symbols that control how markdown is displayed need to be escaped.
The text was updated successfully, but these errors were encountered: