From a39313eddbc84c7680d4bc7cef7770b18c89260a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 21 Jun 2021 09:30:23 -0700 Subject: Fix test for #7397 --- test/command/7397.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/command/7397.md b/test/command/7397.md index ca8b6a482..24ce391b0 100644 --- a/test/command/7397.md +++ b/test/command/7397.md @@ -1,4 +1,4 @@ -``` +```` % pandoc -t markdown ~~~~ { .haskell startFrom="100"} qsort [] = [] @@ -11,4 +11,4 @@ qsort [] = [] qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++ qsort (filter (>= x) xs) ``` -``` +```` -- cgit v1.2.3