Hi all,
For a custom input I want to use the markdown editor. It saves the content, but it does not recognize paragraphs in the text and just puts it all after each other as if it’s one big string. The default ‘content’ input does recognize the paragraphs in the text and outputs it in <p></p>. This is the yaml I use in my blueprint:
I tried both type: editor - as I read in the documentation - and type: markdown - as it is configured in the system’s default blueprint (line 30). Is there something I can do to fix this issue?
Thanks for your reply! I will add an issue to github. @benigartenmann it’s for an input in the admin, so I need to trigger the markdown editor from the blueprint. Thanks for your advice anyway!