From 5f7e7f539a02818d0a94309b15d648d51d1eaee6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 21 Sep 2021 10:16:45 -0700 Subject: Add missing `%` on command tests. This prevented `--accept` from working properly. --- test/command/4805-beamer-columns-alignment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/command/4805-beamer-columns-alignment.md') diff --git a/test/command/4805-beamer-columns-alignment.md b/test/command/4805-beamer-columns-alignment.md index bd1be0f20..d890730a8 100644 --- a/test/command/4805-beamer-columns-alignment.md +++ b/test/command/4805-beamer-columns-alignment.md @@ -1,5 +1,5 @@ ``` -pandoc -t beamer +% pandoc -t beamer :::: { .columns } ::: { .column align=center } ::: -- cgit v1.2.3