Is there a cheatsheet that compares the usage of Markdown with Restructure? With this, I could learn rst
faster if I already knew Markdown
. I tried google for it but haven't found one..
Asked
Active
Viewed 335 times
0

vgoff
- 10,980
- 3
- 38
- 56

Hanfei Sun
- 45,281
- 39
- 129
- 237
1 Answers
2
- A small comparsion from a lot lightweight markup language syntaxs can be found on Wikipedia.
- There is also a Gist document about the common markup between the two languages.
- You can use Pandoc to convert your existing Markdown to reST or the other way around.
- There are a lot of different Markdown dialects, so it may be difficult to compare the syntax with reST.

Sonson123
- 10,879
- 12
- 54
- 72