very minor - change description of backticks/tilde

This commit is contained in:
Michael Romero 2017-02-19 02:23:31 -08:00
parent 757fac3b37
commit 46de23e692
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ To use this feature install Pygments (`pip install Pygments`) and add `pygmentsu
#### Client side syntax highlighting #### Client side syntax highlighting
Use triple backticks "```" or triple tilde "~~~" around code blocks. Use triple backticks ( ``` ) or triple tilde ( ~~~ ) around code blocks.
Client side highlighting does not require pygments to be installed. Client side highlighting does not require pygments to be installed.