We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f47b38 commit a01f7cbCopy full SHA for a01f7cb
templates/page.html
@@ -29,7 +29,7 @@ <h3 class="title is-3">{{ typesetter }}</h3>
29
</p>
30
31
<h4 class="title is-4">Input document</h4>
32
- {% set source = load_data(path=manifest.src) %}
+ {% set source = load_data(path=manifest.src) | safe %}
33
<pre>{{ source }}</pre>
34
35
<h4 class="title is-4">Render command</h4>
0 commit comments