We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
raw
1 parent ce2c98f commit 7c81969Copy full SHA for 7c81969
src/Resources/views/block/header.html.twig
@@ -1,2 +1,2 @@
1
{# @var block \Setono\EditorJS\Block\HeaderBlock #}
2
-<{{ block.tag }}>{{ block.text }}</{{ block.tag }}>
+<{{ block.tag }}>{{ block.text|raw }}</{{ block.tag }}>
src/Resources/views/block/paragraph.html.twig
{# @var block \Setono\EditorJS\Block\ParagraphBlock #}
-<p>{{ block.text }}</p>
+<p>{{ block.text|raw }}</p>
0 commit comments