MANUAL.txt fix raw content example (#4479)

This commit is contained in:
Mauro Bieg 2018-03-22 01:08:39 +01:00 committed by John MacFarlane
parent e190912302
commit 0987aa2a54

View file

@ -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}}
```