We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18839e0 commit 0628132Copy full SHA for 0628132
2 files changed
content/templates/content/export/Image.tex
@@ -1,6 +1,10 @@
1
{% load cc_export_tags %}
2
{% autoescape off %}
3
4
-\textbf{ {{content.description}} }
+\textbf{Image}
5
\Image{ {{content.description}} }{% templatetag openbrace %}{{content.imagecontent.image.path}}{% templatetag closebrace%}
6
-{% endautoescape %}
+\newline
7
+ {{content.description}}
8
9
+
10
+ {% endautoescape %}
content/templates/content/export/YouTubeVideo.tex
@@ -1,2 +1,9 @@
-\textbf{This is a YouTube video}
-\href{ {{ content.ytvideocontent.url }} }{ {{ content.ytvideocontent.url }} }
+{% load cc_export_tags %}
+{% autoescape off %}
+\textbf{YouTube video}
+\href{ {{ content.ytvideocontent.url }} }{ {{ content.ytvideocontent.url }} }
+{{content.description|tex_escape}}
+{% endautoescape %}
0 commit comments