Fix caption width and styling

This commit is contained in:
2016-01-13 09:04:25 +00:00
parent 6b898816a3
commit 4b10cfd782
11 changed files with 17 additions and 28 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|markdownify }}</p>
<img src="{{ include.image }}" />
{{ include.text|markdownify }}
</div>