Skip to content

Special characters (e.g. <) in an inline code block are rendered as &lt; #73

@JeanDidierGaraud

Description

@JeanDidierGaraud

Description

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&lt;int&gt;&amp;.

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions