diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-09 13:06:25 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-09 13:06:25 +0000 |
| commit | 8c74c49622c5f2f0ffda28d218d8f4e0321819ed (patch) | |
| tree | 52f95a03a92d8e37efb2a1aa368f635e5894647b | |
| parent | add language support / JS demo (diff) | |
| download | mmm-8c74c49622c5f2f0ffda28d218d8f4e0321819ed.tar.gz mmm-8c74c49622c5f2f0ffda28d218d8f4e0321819ed.zip | |
cleanup
| -rw-r--r-- | mmm/mmmfs/browser.moon | 1 | ||||
| -rw-r--r-- | root/articles/mmmfs/ignore -> text\$markdown.md | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/mmm/mmmfs/browser.moon b/mmm/mmmfs/browser.moon index 927f604..6f0b4b4 100644 --- a/mmm/mmmfs/browser.moon +++ b/mmm/mmmfs/browser.moon @@ -13,6 +13,7 @@ code_cast = (lang) -> } casts = { + code_cast 'javascript', code_cast 'moonscript', code_cast 'lua', code_cast 'markdown', diff --git a/root/articles/mmmfs/ignore -> text\$markdown.md b/root/articles/mmmfs/ignore -> text\$markdown.md deleted file mode 100644 index 1c1b4f9..0000000 --- a/root/articles/mmmfs/ignore -> text\$markdown.md +++ /dev/null @@ -1,7 +0,0 @@ -## this is a markdown version or something. - -There's no content here so switch back to the real one! -(Assuming there is a switching UI by the time you are reading this, which I assume since you are reading this at all. -If you are reading this in the source, then c'mon, just scroll past and give me a break.) - -(the switching UI has now been built.) |
