#How save Blog article

6 messages · Page 1 of 1 (latest)

wide steeple
#

Hey there, my app has the feature that you can write knowledge blog article and publish it, other user can read it so. In which format should I save it to grant a structure of title, paragraph, subheader, image, paragraph, table or list and saving textformtting such as cursive or bold?

hexed hornetBOT
#

This post has been reserved for your question.

Hey @wide steeple! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

hexed hornetBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.

hexed hornetBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.

lost lodge
#

Use Markdown for a simple text based workflow (easy for users to write # Title or Bold) or JSON via editors like Editor.js for a modern block based experience like Notion. Both are cleaner, safer and more flexible than storing raw HTML in your database.