Amended typo on line 101: "Pyments" to "Pygments"
This commit is contained in:
parent
cb8fd0f73d
commit
3795c790a2
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ s = "Python syntax highlighting"
|
|||
print s
|
||||
{% endhighlight %}
|
||||
|
||||
Adding `linenos` to the Pyments tag enables line numbers.
|
||||
Adding `linenos` to the Pygments tag enables line numbers.
|
||||
|
||||
{% highlight js linenos %}
|
||||
// Sample javascript code
|
||||
|
|
Loading…
Reference in a new issue