### 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<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)