From 0fac5b29b6988f47c2e4876db2e3c2b8362dfd6c Mon Sep 17 00:00:00 2001 From: Fang Date: Mon, 31 Jul 2017 17:26:18 -0700 Subject: [PATCH] don't require blank lines between list items, quotes --- gen/cram.hoon | 6 ++++++ web/unmark/6.txt | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gen/cram.hoon b/gen/cram.hoon index 97b4001489..0c27a18117 100644 --- a/gen/cram.hoon +++ b/gen/cram.hoon @@ -594,6 +594,12 @@ :: if within section ?~ bal (new-container pic) :: + :: detect unspaced new containers + ?: ?& ?=(?($down $lime $bloc) p.cur) + !=(%text sty.pic) + == + (new-container:made pic) + :: :: detect bad block structure ?. ?- p.cur :: diff --git a/web/unmark/6.txt b/web/unmark/6.txt index 903a10f723..b18c61deec 100644 --- a/web/unmark/6.txt +++ b/web/unmark/6.txt @@ -1,3 +1,7 @@ *brown fox* ;{s "ignoreme"} ;{a(name "foo")} jumped over - ;div#test: hello world +! ;div#test: hello world + +- {~} + - foo + - bar