draft-convert icon indicating copy to clipboard operation
draft-convert copied to clipboard

How to map code

Open Hong-JunHyeok opened this issue 2 years ago • 0 comments

I converted the code below into HTML using draft-convert. image

The "code tag" must be converted to a subtag of the "pre tag" when converting.

<pre>
    <code />
    <code />
    <code />
</pre>

But it actually works like the picture below. image

This is my conversion code. image

Please let me know if there is anything I am missing.

Thank you.

Hong-JunHyeok avatar May 30 '22 09:05 Hong-JunHyeok