React markdown editor

preview_player
Показать описание
In this video we are going to build react markdown editor that can convert markdown to html.

+ react-markdown
+ react-syntax-highlighter
Рекомендации по теме
Комментарии
Автор

Thanks!! This is what I'm looking for right now!!

williamchn
Автор

Appreciate the video DWC... It was very helpful

khayazikhali
Автор

for people like you the world continue

antonionicolas
Автор

hey bro, the value in ( e.target.value ) is the value of e.target or the property "value" in value={input}, i have some problem with it

tunamusic
Автор

no link for the article provided, and the second library's link is incorrect

islamn
Автор

This isn't working for me. the output doesn't get converted . :( Any suggestions?

My code as below:

<textarea id="editor" rows="20" value={input} onChange={(e) => setInput(e.target.value)}/>
<ReactMarkdown children={input} id="preview" className="markdown"/>

SaptarshiMajumdar
Автор

How can I use react-markdown for RTL languages such as Arabic and Persian?

siamakkarimi
Автор

brother when I use the source in the place of children, then I cannot see any output and I copy your code but my code is not highlight?

dilkashshaikhmahajan
Автор

when I use source I have an issue
when I use children, the text is not highlight
please I need your help please

gabrielfono
Автор

Nice but my code does not highlight using the back ticks.
```
```

IjcloudDev