This issue is really weird.
When in the markdown source file I want to tell to display the text undefined inside a code element, with both methods
`undefined` <!-- markdown syntax-->
<code>undefined</code> <!-- embedded HTML -->
the resulting output doesn't display the text undefined.
However, only the backticks or the empty code element are present.
This issue is really weird.
When in the markdown source file I want to tell to display the text
undefinedinside a code element, with both methodsthe resulting output doesn't display the text
undefined.However, only the backticks or the empty
codeelement are present.