From 036179e44a73e27563f6365b8c8dd331f10ed7fc Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Fri, 29 Mar 2019 21:59:12 -0700 Subject: [PATCH] MANUAL: add paragraph on options affecting markdown in ipynb. --- MANUAL.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 ===================