aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles/mmmfs/examples/markdown/text$markdown.md
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-02-15 14:38:17 +0000
committers-ol <s-ol@users.noreply.github.com>2020-02-15 14:38:17 +0000
commit3abb5c0be1bba44702a77a32caf368775ab855c2 (patch)
tree5451aae8f5eb499094fd3b6f0338150798f8adf9 /root/articles/mmmfs/examples/markdown/text$markdown.md
parentfix conversion want wildcard (diff)
downloadmmm-3abb5c0be1bba44702a77a32caf368775ab855c2.tar.gz
mmm-3abb5c0be1bba44702a77a32caf368775ab855c2.zip
rename articles to research
Diffstat (limited to 'root/articles/mmmfs/examples/markdown/text$markdown.md')
-rw-r--r--root/articles/mmmfs/examples/markdown/text$markdown.md20
1 files changed, 0 insertions, 20 deletions
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
-`<mmm-embed facet="title"></mmm-embed>`:
-
-<mmm-embed facet="title"></mmm-embed>
-
-[marked]: https://marked.js.org/
-[discount]: https://luarocks.org/modules/craigb/discount