very minor - change description of backticks/tilde
This commit is contained in:
parent
757fac3b37
commit
46de23e692
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ The following is a code sample using the "highlight" shortcode provided in Hugo.
|
|||
{{</ 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
|
||||
var num1, num2, sum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue