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 used the Static website or simple usage explained on the readme page.
<script type="text/javascript" src="/path/to/highlight.min.js"></script> <script type="text/javascript" src="/path/to/highlightjs-cshtml-razor/dist/cshtml-razor.min.js"></script> <script> hljs.highlightAll(); </script>
Then how can I use it on an HTML page?
I tried the following:
<pre><code class="language-cshtml"> cshtml here </code></pre> didn't work, then tried
<pre><code class="language-cshtml"> cshtml here </code></pre>
<pre><code class="language-cshtml-razor"> cshtml here </code></pre> no luck.
<pre><code class="language-cshtml-razor"> cshtml here </code></pre>
Thanks
The text was updated successfully, but these errors were encountered:
Should work, are you seeing an error in console? Are you loading a CSS theme? What makes you think it's not working?
Sorry, something went wrong.
No branches or pull requests
I used the Static website or simple usage explained on the readme page.
Then how can I use it on an HTML page?
I tried the following:
<pre><code class="language-cshtml"> cshtml here </code></pre>
didn't work, then tried
<pre><code class="language-cshtml-razor"> cshtml here </code></pre>
no luck.
Thanks
The text was updated successfully, but these errors were encountered: