donotebase / quasar-tiptap

A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js.
https://donotebase.github.io/quasar-tiptap
MIT License
314 stars 61 forks source link

line height disappears when it loads content #99

Open ikhsank6 opened 1 year ago

ikhsank6 commented 1 year ago

I have html content like the following. <p data-indent="2" data-line-height="1">Example1</p><p data-indent="2" data-line-height="1">Example2</p> when i open the editor, the data-line-height disappears from the html content that i have set. tiptap

is there any alternative to add lien height between sentences?