surmon-china / vue-quill-editor

@quilljs editor component for @vuejs(2)
https://github.surmon.me/vue-quill-editor
MIT License
7.38k stars 1.03k forks source link

How to get the HTML of the content and preview to user? #440

Closed spiritewolf closed 3 years ago

spiritewolf commented 3 years ago

Hi so basically, after a user has entered whatever they need into my quill editor, I would like to display a preview of what they've written in HTML complete with their chosen formatting (bold, centered, etc). I've looked but I don't see any clear way on how to do this, so I'm wondering what would be the best way? I'm using Vue 2 btw.