If you want to save html to the database, you cannot edit the article again. If you want to store markdown, you must format the article when displaying it, if the markdown resolution used by the backend is different from the markdown editor standard, the backend needs to be different...
If you store html in the database, you cannot edit the article again.
If you store markdown
When the document is displayed, the document format must be processed. If the markdown resolution used by the backend is different from the markdown editor standard, problems may occur.
The backend needs to distinguish between articles published by the Rich Text Editor and articles published by the markdown editor, and add additional judgment for no reason.
Reply content:
If you store html in the database, you cannot edit the article again.
If you store markdown
When the document is displayed, the document format must be processed. If the markdown resolution used by the backend is different from the markdown editor standard, problems may occur.
The backend needs to distinguish between articles published by the Rich Text Editor and articles published by the markdown editor, and add additional judgment for no reason.
Save the markdown format.
Why are you not using the same standard resolution?
Why should I determine which editor was edited and released? Markdown does not parse HTML content.