From a07d955d6f96e78ade3e09c150ce580fb6e6f3a7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 16 Sep 2021 20:42:18 -0700 Subject: Fix code blocks using `--preserve-tabs`. Previously they did not behave as the equivalent input with spaces would. Closes #7573. --- test/command/7573.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command/7573.md (limited to 'test/command') diff --git a/test/command/7573.md b/test/command/7573.md new file mode 100644 index 000000000..d6529cde6 --- /dev/null +++ b/test/command/7573.md @@ -0,0 +1,11 @@ +``` +% pandoc --preserve-tabs +
    +
  1. one +
+^D +
    +
  1. +one +
+``` -- cgit v1.2.3