From 73e265d8fd050ae3daa67472b4465a5c49d68910 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 20 Apr 2019 15:18:33 +0300 Subject: Include to Wekan packages directory contents, so that meteor command would build all directly. This also simplifies build scripts. Thanks to xet7 ! --- packages/markdown/marked/test/new/gfm_code.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/markdown/marked/test/new/gfm_code.html (limited to 'packages/markdown/marked/test/new/gfm_code.html') diff --git a/packages/markdown/marked/test/new/gfm_code.html b/packages/markdown/marked/test/new/gfm_code.html new file mode 100644 index 00000000..3e6b946f --- /dev/null +++ b/packages/markdown/marked/test/new/gfm_code.html @@ -0,0 +1,21 @@ +
var a = 'hello';
+console.log(a + ' world');
+
echo "hello, ${WORLD}"
+
Q: What do you call a tall person who sells stolen goods?
+
A longfence!
+

How about an empty code block?

+
+

How about a code block with only an empty line?

+

+
+ +

With some trailing empty lines:

+
ciao
+
+
+
+ +

Closing fences must lay on a new line:

+
hello()
+^```
+"this should still be in the code block!"
-- cgit v1.2.3-1-g7c22