mu/apps/browse
Kartik Agaram 0e0a60013d 7238 - mu.subx: final restrictions on 'addr'
I had to tweak one app that wasn't following the rules.
2020-11-15 13:18:38 -08:00
..
README.md 6799 2020-09-18 18:37:19 -07:00
main.mu 7238 - mu.subx: final restrictions on 'addr' 2020-11-15 13:18:38 -08:00
paginated-screen.mu 7159 - explicitly use 'return' everywhere 2020-11-02 19:50:52 -08:00
vimrc.vim 6842 - hackily load local Vim settings 2020-09-23 21:43:23 -07:00

README.md

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.