We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried using the basic prism highlighter using
<pre class="line-numbers language-markup"> <code class="language-markup"> //some html here using < and > </code> </pre>
and it works, but when using the script tag like
<script type="text/plain" class="language-markup"> //some html here without using < and > </script>
it doesn't work as expected. Can you put an example how to achieve that? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried using the basic prism highlighter using
and it works, but when using the script tag like
it doesn't work as expected. Can you put an example how to achieve that? Thanks!
The text was updated successfully, but these errors were encountered: