Fix caption width and styling
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user