diff --git a/Resources/templates/blocks/highlight.xml b/Resources/templates/blocks/highlight.xml index 76e02ee..e2b1374 100644 --- a/Resources/templates/blocks/highlight.xml +++ b/Resources/templates/blocks/highlight.xml @@ -16,7 +16,7 @@
-{% endblock %} \ No newline at end of file diff --git a/changelog.md b/changelog.md index e5983c5..e44c965 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.6 + +- Fix code mise en page + ## 2.5.5 (10/12/2022) + Ajout bloc video avec texte- {%- block code -%} - {% if block['code'] is defined and block['code'] is not empty %} - {{ block['code'] }} - {% endif %} - {% endblock %} -
+{%- block code -%}{% if block['code'] is defined and block['code'] is not empty %}{{ block['code'] }}{% endif %}{% endblock %}