Shiny appears to escape < and > in Readme.md, but when rendering them leaves them as the HTML entity codes when they are inside code tags. For example, the following would render incorrectly if in the Readme.md file:
Here is an example command `a < 5`, which tests whether a is < 5.
The first < will show up as a >, the second one will render properly. Any way to work around this?