Merge pull request #23 from denismcdonald/patch-1

Amended typo on line 101:  "Pyments" to "Pygments"
This commit is contained in:
Chester How 2018-03-02 08:31:05 +08:00 committed by GitHub
commit e19c689210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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