Fixed syntax highlight in documentation post

This commit is contained in:
Panos Sakkos 2015-11-20 03:29:42 +01:00
parent 9f5e1a0a16
commit bcebfa2ee6

View file

@ -61,8 +61,6 @@ If you are not using Github Pages, you can automate the execution of this script
If you want to include a code snippet in your post, simply use the following syntax:
<pre><code data-trim class="c">
#include<stdio.h>
int main()
{
printf("Hello, world of syntax highlighting!");