From dab3330a585a55721821a8526a56510011a1145e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Apr 2018 12:18:45 -0700 Subject: RST reader: allow < 3 spaces indent under directives. Closes #4579. --- test/command/4579.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/command/4579.md (limited to 'test/command') diff --git a/test/command/4579.md b/test/command/4579.md new file mode 100644 index 000000000..80f0f58c2 --- /dev/null +++ b/test/command/4579.md @@ -0,0 +1,16 @@ +``` +% pandoc -f rst -t native +.. list-table:: + :header-rows: 1 + + * - Foo + - Bar + * - spam + - ham +^D +[Table [] [AlignDefault,AlignDefault] [0.0,0.0] + [[Plain [Str "Foo"]] + ,[Plain [Str "Bar"]]] + [[[Plain [Str "spam"]] + ,[Plain [Str "ham"]]]]] +``` -- cgit v1.2.3