mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Remove typo from RenderString.md
Remove :REND from sample code
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
6daf333d39
commit
ee14087cd9
@@ -32,7 +32,7 @@ Some examples:
|
||||
{{ $optOrg := dict "markup" "org" }}
|
||||
{{ "**Bold Markdown**" | $p.RenderString }}
|
||||
{{ "**Bold Block Markdown**" | $p.RenderString $optBlock }}
|
||||
{{ "/italic org mode/" | $p.RenderString $optOrg }}:REND
|
||||
{{ "/italic org mode/" | $p.RenderString $optOrg }}
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user