Ejemplo convertido desde markdown
El código fuente .rst aquí se convirtió desde Markdown usando Convertir MD a RST
Lo probé en un archivo de prueba pequeño y este es el resultado:
Markdown Image Inline:


ogopogo
FOOTNOTES
Footnotes[^1] have a label[^foobar] and the footnote's content. [^1]: This is a footnote content. [^foobar]: A footnote on the label: "foobar".
Footnotes [1] have a label [2] and the footnote’s content.
TABLES
Col 1 head | Col 2 head --------------- | --------------- row 1 col 1 | row 2 col 1 row 2 col 1 | row 2 col 2
Col 1 head | Col 2 head |
---|---|
row 1 col 1 | row 2 col 1 |
row 2 col 1 | row 2 col 2 |
[1] | This is a footnote content. |
[2] | A footnote on the label: “foobar”. |