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
Again, thanks very much for the grammar!
It seems like C# keywords are being highlighted when they are found in HTML that is nested inside of Razor blocks.
For instance, the following source:
<markdown> ```cshtml @@if (this) { <span>Lorem is ipsum as dolor not sit this amet, for consectetur in adipiscing while elit.</span> } ``` </markdown>
Results in the following HTML:
<code class="language-cshtml hljs language-cshtml-razor"><span class="hljs-built_in">@</span><span class="language-csharp"><span class="hljs-keyword">if</span> (<span class="hljs-keyword">this</span>) </span><span class="hljs-built_in">{</span><span class="language-csharp"> </span><span class="hljs-tag"><<span class="hljs-name">span</span>></span><span class="language-csharp">Lorem <span class="hljs-keyword">is</span> ipsum <span class="hljs-keyword">as</span> dolor <span class="hljs-keyword">not</span> sit <span class="hljs-keyword">this</span> amet, <span class="hljs-keyword">for</span> consectetur <span class="hljs-keyword">in</span> adipiscing <span class="hljs-keyword">while</span> elit.</span><span class="hljs-tag"></<span class="hljs-name">span</span>></span><span class="language-csharp"> </span><span class="hljs-built_in">}</span> </code>
This ends up looking like the following (with the GitHub Dark theme):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Again, thanks very much for the grammar!
It seems like C# keywords are being highlighted when they are found in HTML that is nested inside of Razor blocks.
For instance, the following source:
Results in the following HTML:
This ends up looking like the following (with the GitHub Dark theme):
The text was updated successfully, but these errors were encountered: