very minor - change description of backticks/tilde
This commit is contained in:
parent
757fac3b37
commit
46de23e692
@ -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.
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ The following is a code sample using the "highlight" shortcode provided in Hugo.
|
|||||||
{{</ highlight >}}
|
{{</ highlight >}}
|
||||||
|
|
||||||
|
|
||||||
The following is a code sample using triple backticks (```) code fencing provided in Hugo. This is client side highlighting and does not require any special installation.
|
The following is a code sample using triple backticks ( ``` ) code fencing provided in Hugo. This is client side highlighting and does not require any special installation.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var num1, num2, sum
|
var num1, num2, sum
|
||||||
|
Loading…
Reference in New Issue
Block a user