From 07d847a9100924e3c9bec1e536e2ad2b4b57162e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 20 Aug 2021 09:54:42 -0700 Subject: RST reader: Fix `:literal:` includes. These should create code blocks, not insert raw RST. Closes #7513. --- test/command/7436.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/command') diff --git a/test/command/7436.md b/test/command/7436.md index ad4cb8c2f..fd6e51aa8 100644 --- a/test/command/7436.md +++ b/test/command/7436.md @@ -9,6 +9,6 @@ .. include:: command/three.txt ^D [CodeBlock ("",[""],[("code","")]) "1st line.\n2nd line.\n3rd line.\n" -,RawBlock (Format "rst") "1st line.\n2nd line.\n3rd line.\n" +,CodeBlock ("",[""],[("literal","")]) "1st line.\n2nd line.\n3rd line.\n" ,Para [Str "1st",Space,Str "line.",SoftBreak,Str "2nd",Space,Str "line.",SoftBreak,Str "3rd",Space,Str "line."]] ``` -- cgit v1.2.3