Skip to content

Commit a01f7cb

Browse files
committed
Escape HTML code in pre blocks
1 parent 4f47b38 commit a01f7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h3 class="title is-3">{{ typesetter }}</h3>
2929
</p>
3030

3131
<h4 class="title is-4">Input document</h4>
32-
{% set source = load_data(path=manifest.src) %}
32+
{% set source = load_data(path=manifest.src) | safe %}
3333
<pre>{{ source }}</pre>
3434

3535
<h4 class="title is-4">Render command</h4>

0 commit comments

Comments
 (0)