aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2022-08-17 15:45:32 +0200
committerAlbert Krewinkel <[email protected]>2022-08-17 16:40:54 +0200
commit90d8205e174c8b734423e81ada5a5f0b59755f6d (patch)
tree808f308d7e5b32ebbc04f2495501f30524e71698 /test/command
parent81e31ee637935ce7ba076bdd5a648c2489698d2d (diff)
Org template: add abstract from metadata as block of type "abstract"
See #8204.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8204.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/8204.md b/test/command/8204.md
new file mode 100644
index 000000000..80a21564d
--- /dev/null
+++ b/test/command/8204.md
@@ -0,0 +1,16 @@
+```
+% pandoc --to=org --standalone
+---
+abstract: |
+ This is an *abstract*.
+
+ It has multiple paragraphs.
+---
+^D
+#+begin_abstract
+This is an /abstract/.
+
+It has multiple paragraphs.
+
+#+end_abstract
+```