Manual corrections to unparsed captions

This commit is contained in:
2015-12-21 14:17:59 +00:00
parent 757ec4cf61
commit daa43a5728
10 changed files with 78 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
<div style="width: {{ include.width }}px;" class="caption">
<img src="{{ include.image }}" {% if include.image-width %}width="{{ include.image-width }}" {% endif %}/>
<p>{{ include.text }}</p>
<p>{{ include.text|markdownify }}</p>
</div>