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 ! --- .../marked/test/original/inline_html_simple.md | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 packages/markdown/marked/test/original/inline_html_simple.md (limited to 'packages/markdown/marked/test/original/inline_html_simple.md') diff --git a/packages/markdown/marked/test/original/inline_html_simple.md b/packages/markdown/marked/test/original/inline_html_simple.md new file mode 100644 index 00000000..14aa2dc2 --- /dev/null +++ b/packages/markdown/marked/test/original/inline_html_simple.md @@ -0,0 +1,69 @@ +Here's a simple block: + +
+ foo +
+ +This should be a code block, though: + +
+ foo +
+ +As should this: + +
foo
+ +Now, nested: + +
+
+
+ foo +
+
+
+ +This should just be an HTML comment: + + + +Multiline: + + + +Code block: + + + +Just plain comment, with trailing spaces on the line: + + + +Code: + +
+ +Hr's: + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ -- cgit v1.2.3-1-g7c22