I think the editor provided in this plugin needs html tag to work properly so in your case you need to put it something like this <div>{{{control_name}}}</div> a div tag will handle it output.
Actually my frontend html code is as follow :
<section>
{{texte}}
</section>
i also tried :
<section>
<p>{{texte}}</p>
</section>
Nothing works.. Thanks
I also tried to change the_content() into template file with echo get_the_content(). In that case it is working i get “hello” without <p> tags but many other problems occurred… it looks like something about <!– –> gutenberg commentary tags perhaps … not sure.
Thanks for your help
I SOLVED IT!
For any other people in this situation : you need to escape html using handlebar specification : {{{texte}}} (triple instead of double)
This kind of issue was not with me, no any extra html is coming in my case the output is coming as I provide in the outbox.
But in case of using Code editor or Rich Text (WYSIWYG) field , the code used are showing as html text, for example when I using rich text field and make some text bold in it. Instead of showing it as bold in frontend, its showing tag surrounding it. have you checked that ?
Plugin Author
nK
(@nko)
Hey.
@hozefasmile slightly extended documentation page for Code Editor.
Regards, nK.