You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the <mark> tag to highlight some piece of code inside the <pre><code> tags without specifying the language then it works as expected and the code is highlighted.
When I use the
<mark>
tag to highlight some piece of code inside the<pre><code>
tags without specifying the language then it works as expected and the code is highlighted.This works:
But when I use it inside
<pre><code>
with the language specified, it doesn't work and the text wrapped inside<mark>
tags is not highlighted.This doesn't work:
I have also tried adding a custom class at the end of the
prism.css
file:Then, I used the following syntax:
Adding a custom class didn't work either.
I have also tried this with other languages, still didn't work:
Any help on this issue would be much appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: