Aslam97 / shadcn-minimal-tiptap

Minimal Tiptap Editor
https://shadcn-minimal-tiptap.vercel.app
MIT License
541 stars 30 forks source link

Missing Closing Tag in the Image of Output Html. #3

Closed shivaydv closed 3 months ago

shivaydv commented 3 months ago

Current output :

<img src="image url">

Expected output :

<img src="image url"/>

Aslam97 commented 3 months ago

Thank you for letting me know. However, the <img> tag does not need a closing tag to render in the browser. But, You can adjust your needs by modifying the output from onValueChange.