If you put the HTML into the database, if you need to edit the article again, you can't do it.
If you store markdown,
When the article is displayed, you need to format the article, if the backend uses Markdown parsing and the Markdown Editor standard is not the same, but also prone to problems
The backend needs an extra distinction between articles published with the Rich text editor and articles published with the Markdown editor, adding additional judgment
Reply content:
If you put the HTML into the database, if you need to edit the article again, you can't do it.
If you store markdown,
When the article is displayed, you need to format the article, if the backend uses Markdown parsing and the Markdown Editor standard is not the same, but also prone to problems
The backend needs an extra distinction between articles published with the Rich text editor and articles published with the Markdown editor, adding additional judgment
stored in markdown format.
Excuse me, what is your reason for not using the same standard of parsing?
Why do I have to decide which editor was published? Markdown parsing does not parse the content between HTML