aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-29 21:59:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-29 21:59:12 -0700
commit036179e44a73e27563f6365b8c8dd331f10ed7fc (patch)
tree40b0929c710fe7275ec97ac5b5b8c88cc74ee8f8 /MANUAL.txt
parentacab2087bb7ad5ebeaec79e451e95c97da505642 (diff)
downloadpandoc-036179e44a73e27563f6365b8c8dd331f10ed7fc.tar.gz
MANUAL: add paragraph on options affecting markdown in ipynb.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index e4798ba22..06a048cf4 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -5047,6 +5047,12 @@ marked explicitly using raw attributes, we recommend
specifying the extensions `-raw_html-raw_tex+raw_attribute` when
translating between Markdown and ipynb notebooks.
+Note that options and extensions that affect reading and
+writing of Markdown will also affect Markdown cells in ipynb
+notebooks. For example, `--wrap=preserve` will preserve
+soft line breaks in Markdown cells; `--atx-headers` will
+cause ATX style headers to be used; and `--preserve-tabs` will
+prevent tabs from being turned to spaces.
Syntax highlighting
===================