about summary refs log tree commit diff stats
path: root/prototypes/browse/25-soft-newlines/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-05 23:41:13 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-05 23:41:13 -0700
commitb244fe88b38c3a4c9cb8ccb6211aa0c33e392d6c (patch)
treebe4d94e091dabc95c1dfcc61e59d154ab3305d28 /prototypes/browse/25-soft-newlines/README.md
parent3e33219b0701b330359f140b03da5cea10bae804 (diff)
downloadmu-b244fe88b38c3a4c9cb8ccb6211aa0c33e392d6c.tar.gz
6487 - browse: support soft newlines
I'm not bothering with this for bold regions just yet. Might need rethinking,
given how ugly this is.
Diffstat (limited to 'prototypes/browse/25-soft-newlines/README.md')
-rw-r--r--prototypes/browse/25-soft-newlines/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/prototypes/browse/25-soft-newlines/README.md b/prototypes/browse/25-soft-newlines/README.md
index bcd26fab..df2a2ba9 100644
--- a/prototypes/browse/25-soft-newlines/README.md
+++ b/prototypes/browse/25-soft-newlines/README.md
@@ -2,3 +2,4 @@ Support soft newlines.
 
 Single newline = ignore.
 Two newlines = print both.
+Newline then space = print both.