From 0987aa2a547d3298fb9617756288228afa976a73 Mon Sep 17 00:00:00 2001
From: Mauro Bieg <mb21@users.noreply.github.com>
Date: Thu, 22 Mar 2018 01:08:39 +0100
Subject: [PATCH] MANUAL.txt fix raw content example (#4479)

---
 MANUAL.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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