aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2018-03-22 01:08:39 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-21 17:08:39 -0700
commit0987aa2a547d3298fb9617756288228afa976a73 (patch)
treef86c5da223a66fcb5f6381ebb1de3d607adbab03
parente190912302fbc5780f38ec0bece13be0f09fbb0f (diff)
downloadpandoc-0987aa2a547d3298fb9617756288228afa976a73.tar.gz
MANUAL.txt fix raw content example (#4479)
-rw-r--r--MANUAL.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index b63a20026..23d87d514 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3096,7 +3096,8 @@ the [`raw_attribute` extension](#extension-raw_attribute)), or it
will be interpreted as markdown. For example:
header-includes:
- - ```{=latex}
+ - |
+ ```{=latex}
\let\oldsection\section
\renewcommand{\section}[1]{\clearpage\oldsection{#1}}
```