html: Fix example blocks - escape html
While example blocks do not render inline markup and are thus parsed raw in some way, their contents are not literal html and thus still need to be html escaped.
This commit is contained in:
parent
115a8b9c1b
commit
c68d931100
5 changed files with 9 additions and 3 deletions
2
org/testdata/misc.html
vendored
2
org/testdata/misc.html
vendored
|
@ -200,7 +200,7 @@ example block
|
|||
</p>
|
||||
<pre class="example">
|
||||
language: go
|
||||
go: "1.x"
|
||||
go: "1.x"
|
||||
script:
|
||||
- make test
|
||||
- make generate-gh-pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue