Skip to content

Commit 1f4b81a

Browse files
committed
fix image template
1 parent 0a4e499 commit 1f4b81a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/templates/content/export/Image.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
{% autoescape off %}
33

44
\textbf{Image}
5-
\Image{ {{content.description}} }{% templatetag openbrace %}{{content.imagecontent.image.path}}{% templatetag closebrace%}
5+
\Image{ {{content.description|tex_escape}} }{% templatetag openbrace %}{{content.imagecontent.image.path}}{% templatetag closebrace%}
66
\newline
7-
{{content.description}}
7+
{{content.description|tex_escape}}
88
\newline
99

1010
{% endautoescape %}

0 commit comments

Comments
 (0)