From 486720c1b1022d4c544b7a7500a265971e97bfc4 Mon Sep 17 00:00:00 2001 From: Niklas Fasching Date: Tue, 11 Dec 2018 15:34:17 +0100 Subject: [PATCH] Update blocks.org fixture --- org/testdata/blocks.html | 67 ++++++++++++++++++++++++++++++++++------ org/testdata/blocks.org | 35 +++++++++++++++------ 2 files changed, 84 insertions(+), 18 deletions(-) diff --git a/org/testdata/blocks.html b/org/testdata/blocks.html index a86d2f7..b133760 100644 --- a/org/testdata/blocks.html +++ b/org/testdata/blocks.html @@ -1,27 +1,76 @@
-
echo a bash source block
+
echo "a bash source block"
+
+function hello {
+    echo Hello World!
+}
+
+hello

-block! +block caption

-
a source block without a language
-and a second line
-and a third one
+
a source block without a language
-an example block
-with multiple lines
+an example block with
+multiple lines including
+
+
+empty lines!
+
+it also has multiple parameters
 

-Mongodb is very webscale +Mongodb is webscale. (source: mongodb-is-web-scale)

-and quote blocks can contain multiple paragraphs +blocks can contain other elements like

+