diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-09-18 18:37:19 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-09-18 18:37:19 -0700 |
commit | 469259657b7fc309f4edeab4fda6d93779babfe2 (patch) | |
tree | 46c6d3b3a78220ca758a30b2bd39951fc4dc60d4 | |
parent | 3b928346b895086cd61f8429f54b3c733daab60d (diff) | |
download | mu-469259657b7fc309f4edeab4fda6d93779babfe2.tar.gz |
6799
-rw-r--r-- | apps/browse/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/browse/README.md b/apps/browse/README.md index 0cca8522..8f92b584 100644 --- a/apps/browse/README.md +++ b/apps/browse/README.md @@ -17,5 +17,5 @@ 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 +* Within a line, characters between `*`s or `_`s represent bolded text. No italics. |