Markdown support in quill #4325
Unanswered
amanpreetSO
asked this question in
Q&A
Replies: 1 comment
-
Use getSemanticHTML(), then convert to Markdown using a library in whatever programming language you are using, e.g. https://github.com/mixmark-io/turndown in Javascript. But you will still need to save in Quill's Delta format because that is the only way to load/import data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello Team,
I have just integrated the quill into my angular project but this seems like i found a blocker. I am not able to find the way to parse the markdown to html and html to markdown in quill editor.
I found this npm package https://www.npmjs.com/package/quilljs-markdown#markdown-for-quill-editor
but this only works if you paste the markdown in editor but if markdown is already saved in your DB then its not rending in HTML and when I save the content then it again give the HTML not the markdown. I want to save the editor content in markdown in DB instead of HTML. How can I get it. I am using ngx-quill 23.0.2 version.
Beta Was this translation helpful? Give feedback.
All reactions