about summary refs log tree commit diff stats
path: root/apps/browse/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'apps/browse/README.md')
-rw-r--r--apps/browse/README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/browse/README.md b/apps/browse/README.md
deleted file mode 100644
index 8f92b584..00000000
--- a/apps/browse/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-Render a subset of Markdown.
-
-To run:
-
-  ```
-  $ ./translate_mu apps/browse.mu
-  $ ./a.elf __text_file__
-  ```
-
-Press 'q' to quit. All other keys scroll down.
-
-## Format restrictions
-
-This is a fairly tiny subset of GitHub-Flavored Markdown. Things supported so
-far:
-
-* Newlines are mostly ignored. Double newlines are rendered (paragraphs).
-  Newlines followed by indentation are rendered.
-* Paragraphs starting with runs of `#` represent headings.
-* Within a line, characters between `*`s or `_`s represent bolded text. No
-  italics.