Using Markdown directive when querying a multi-line text field simply returns \n instead of <br>. Currently the field Im querying is sitting within a Neo block.
Steps to reproduce
Create a multi-line text field within a Neo block
Query it via GraphQL and use the @markdown directive
What happened?
Description
Using Markdown directive when querying a multi-line text field simply returns
\n
instead of<br>
. Currently the field Im querying is sitting within a Neo block.Steps to reproduce
\n
for line breaksExpected behavior
The string returned should contain
<br>
tagsActual behavior
The string contains
\n
for line breaksCraft CMS version
4.0.4
PHP version
8.1.5
Operating system and version
Linux 4.15.0-167-generic
Database type and version
MySQL 5.7.38
Image driver and version
Imagick 3.6.0 (ImageMagick 6.9.7-4)
Installed plugins and versions