aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-07-23 17:47:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-07-23 17:47:02 -0700
commit48fb6d947df96e8e1f339b2916740f3e216f8908 (patch)
tree2eb75a84bd442e93012e4e43fe9a8ee18382feff /MANUAL.txt
parentac1f45c5531ae3af3bba490898ade28460afaa9e (diff)
downloadpandoc-48fb6d947df96e8e1f339b2916740f3e216f8908.tar.gz
Add `raw_markdown` extension affecting `ipynb` reader.
Specifying `-f ipynb+raw_markdown` will cause Markdown cells to be represented as raw Markdown blocks, instead of being parsed. This is not what you want when going from `ipynb` to other formats, but it may be useful when going from `ipynb` to Markdown or to `ipynb`, to avoid semantically insignificant changes in the contents of the Markdown cells that might otherwise be introduced. Closes #5408.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 5f110dc5f..aab56c9d7 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2910,6 +2910,14 @@ input formats
In the `muse` input format, this enables Text::Amuse
extensions to Emacs Muse markup.
+#### Extension: `raw_markdown` ####
+
+In the `ipynb` input format, this causes Markdown cells
+to be included as raw Markdown blocks (allowing lossless
+round-tripping) rather than being parsed. Use this only
+when you are targetting `ipynb` or a markdown-based
+output format.
+
#### Extension: `citations` {#org-citations}
Some aspects of [Pandoc's Markdown citation syntax](#citations) are also accepted