Closed felipelincoln closed 3 years ago
inline code receive a inline class from EarmarkParser and code with no languages receives no class.
inline
EarmarkParser
<code class="inline">EarmarkParser</code> <pre> <code> EarmarkParser </code> </pre>
In order to PrismJs to work, the inline class must have a language-none class on the code tag, and the block code must have this class in the pre tag.
language-none
code
pre
inline code receive a
inline
class fromEarmarkParser
and code with no languages receives no class.In order to PrismJs to work, the inline class must have a
language-none
class on thecode
tag, and the block code must have this class in thepre
tag.