Add plugin for automatic hyphenation

This commit is contained in:
2016-01-18 14:16:57 +00:00
parent 33a0f04a9b
commit afbafc3ee8
9 changed files with 52 additions and 32 deletions

View File

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