|
|
|
|
|
by noosphr
16 days ago
|
|
You should be aware that pandoc markdown has extensive non-standard additions to the language to make it usable. If you want a pure markup language that is simple, plain text readable and able to produce text more complex than what a type writer could manage in 1920 then restructured text is the way to go. |
|
Here is normal Pandoc Markdown text.
```{=rst} .. note:: This is a native reStructuredText directive! Pandoc will not parse or change this text. It goes straight to the rST output writer. ```
Back to normal Markdown text.