From 6c7203410e8ac5fc38e1b4258fc2bf943574e1df Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 15 Sep 2023 17:02:41 -0400 Subject: [PATCH] Add a test showing we're not handling leading blank lines in greater blocks. --- .../greater_block/quote_block_with_leading_blank_line.org | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 org_mode_samples/greater_element/greater_block/quote_block_with_leading_blank_line.org diff --git a/org_mode_samples/greater_element/greater_block/quote_block_with_leading_blank_line.org b/org_mode_samples/greater_element/greater_block/quote_block_with_leading_blank_line.org new file mode 100644 index 00000000..7b4e687d --- /dev/null +++ b/org_mode_samples/greater_element/greater_block/quote_block_with_leading_blank_line.org @@ -0,0 +1,5 @@ +#+begin_quote + +foo + +#+end_quote