So, the wysiwyg editor that I'm using to create code samples does not use \n line breaks to create new lines, it uses <p> tags. I do not want the <p> tags to show up with my code (I'm creating code samples for JavaScript). What would you suggest to get rid of the <p> tags and instead have line breaks? I would have thought that adding the render attribute to code-sample would render the html, but it doesn't seem to be working. Thanks for any insights
So, the wysiwyg editor that I'm using to create code samples does not use
\nline breaks to create new lines, it uses<p>tags. I do not want the<p>tags to show up with my code (I'm creating code samples for JavaScript). What would you suggest to get rid of the<p>tags and instead have line breaks? I would have thought that adding therenderattribute tocode-samplewould render the html, but it doesn't seem to be working. Thanks for any insights