Fixes #137
This commit is contained in:
parent
91f568b127
commit
463b045224
1 changed files with 3 additions and 0 deletions
|
|
@ -58,11 +58,14 @@ If you want to see how to render your code with the highlight, simply check the
|
|||
code of this tutorial post :smile:
|
||||
|
||||
<pre><code data-trim class="c">
|
||||
{% raw %}
|
||||
int main()
|
||||
{
|
||||
printf("Hello, world of syntax highlighting!");
|
||||
|
||||
return 0;
|
||||
}
|
||||
{% endraw %}
|
||||
</code></pre>
|
||||
|
||||
<small>If you don't need syntax highlight in your website you can disable it by setting the syntax-highlight variable to False</small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue