L
L
Luke LikeSkywalker2018-12-17 02:25:52
JavaScript
Luke LikeSkywalker, 2018-12-17 02:25:52

How to save markdown on the server?

I am writing a medium clone. Stuck on markdown. Questions:
1. How to save markdown files? How to parse them. There will be pictures and blocks with code
2. Which editor should I use for the site?
3. How to add highlight to code blocks
Using vue, go and mongodb

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Insayt, 2018-12-17
@Insayt

1. Keep as is. If there are problems with the speed of content delivery - save the rendered html in a separate field for viewing and a separate md
for editing 3. Most people already know how to highlight view blocks out of the box

```javascript
```

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question