Markdown question

Asked 2 years ago, Updated 2 years ago, 54 views

The bulletin board is being built using bootstrap. The part where you enter the contents of the bulletin board

I am using a template that is created using a js file called markdown in text area

How should I use it to save the contents entered in markdown in db and retrieve them from db?

markdown javascript

2022-09-21 16:54

2 Answers

Are you curious about how to read the saved contents in DB?

Or are you curious about how to express what you read in markdown format?


2022-09-21 16:54

Well, read the contents entered in markdown through javascript. In either JSON format or whatever format, in POST format.

If you submit it to SERVER and process it at SERVER, you can save it in DB.

For more information, I recommend you to search for HTML FORM.


2022-09-21 16:54

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.