From 3abb5c0be1bba44702a77a32caf368775ab855c2 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 15 Feb 2020 15:38:17 +0100 Subject: rename articles to research --- .../mmmfs/examples/markdown/text$markdown.md | 20 -------------------- .../mmmfs/examples/markdown/title: text$plain | 1 - 2 files changed, 21 deletions(-) delete mode 100644 root/articles/mmmfs/examples/markdown/text$markdown.md delete mode 100644 root/articles/mmmfs/examples/markdown/title: text$plain (limited to 'root/articles/mmmfs/examples/markdown') diff --git a/root/articles/mmmfs/examples/markdown/text$markdown.md b/root/articles/mmmfs/examples/markdown/text$markdown.md deleted file mode 100644 index 880eedb..0000000 --- a/root/articles/mmmfs/examples/markdown/text$markdown.md +++ /dev/null @@ -1,20 +0,0 @@ -This is a markdown document rendered using [marked][marked] on the client, and [discount][discount] on the server. -All Markdown features are supported, for example there is support for lists... - -- a list of things -- (two things) - -...and syntax-highlighted code tags: - -``` -print "Hello World" -``` - -Since Markdown supports inline HTML, mmmfs shorthands can also be used to embed and reference content from elsewhere in -the system. For example, the title of this fileder can be embedded using -``: - - - -[marked]: https://marked.js.org/ -[discount]: https://luarocks.org/modules/craigb/discount diff --git a/root/articles/mmmfs/examples/markdown/title: text$plain b/root/articles/mmmfs/examples/markdown/title: text$plain deleted file mode 100644 index 7915148..0000000 --- a/root/articles/mmmfs/examples/markdown/title: text$plain +++ /dev/null @@ -1 +0,0 @@ -markdown content -- cgit v1.2.3