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
Characters in an inline code block are converted to html, but should be left untouched.
For example, with this README.md:
The function returns a `std::vector<int>&`
the output is:
The function returns a std::vector<int>&.
If the code is in a triple-quote block, the rendering is as expected.
Details
OS: Linux
Python version: 3.12
Project version: 0.6.1 (pip installed)
The text was updated successfully, but these errors were encountered:
JeanDidierGaraud
changed the title
Special characters (e.g. <) in a code block are rendered as <
Special characters (e.g. <) in an inline code block are rendered as <
Jun 28, 2024
Description
Characters in an inline code block are converted to html, but should be left untouched.
For example, with this README.md:
the output is:
If the code is in a triple-quote block, the rendering is as expected.
Details
The text was updated successfully, but these errors were encountered: