Remove typo from RenderString.md

Remove :REND from sample code
This commit is contained in:
Patrick Kollitsch 2020-01-22 22:42:11 +07:00 committed by Bjørn Erik Pedersen
parent 6daf333d39
commit ee14087cd9

View File

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