tui.editor icon indicating copy to clipboard operation
tui.editor copied to clipboard

Is it possible to write pure HTML in markdown format?

Open curiosport opened this issue 2 years ago • 1 comments

I have a .css file that applies the styles I need in a post. For example if I write this in tui.editor, my .css should give the style "great":

<div class="great">Hello World</div>

But I have run into the problem that the HTML code is interpreted as text by tui.editor, how do I tell tui.editor to let the browser render the HTML block and apply the corresponding styles?

I don't want to use HTML mode of tui.editor because it affects performance too much and for other reasons.

curiosport avatar Oct 08 '23 19:10 curiosport

how do I tell tui.editor to let the browser render the HTML block and apply the corresponding styles?

Yes, I would like to see this as well.

TCB13 avatar Dec 17 '24 17:12 TCB13