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/links.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/markdown/marked/test/new/links.md (limited to 'packages/markdown/marked/test/new/links.md') diff --git a/packages/markdown/marked/test/new/links.md b/packages/markdown/marked/test/new/links.md new file mode 100644 index 00000000..f53cbf13 --- /dev/null +++ b/packages/markdown/marked/test/new/links.md @@ -0,0 +1,5 @@ +Link: [constructor][]. + +[One](https://example.com/1) ([Two](https://example.com/2)) [Three](https://example.com/3) + +[constructor]: https://example.org/ -- cgit v1.2.3-1-g7c22