mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 19:46:50 +03:00
don't require blank lines between list items, quotes
This commit is contained in:
parent
1c34ce1f96
commit
0fac5b29b6
@ -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
|
||||
::
|
||||
|
@ -1,3 +1,7 @@
|
||||
*brown fox* ;{s "ignoreme"} ;{a(name "foo")} jumped over
|
||||
|
||||
;div#test: hello world
|
||||
! ;div#test: hello world
|
||||
|
||||
- {~}
|
||||
- foo
|
||||
- bar
|
||||
|
Loading…
Reference in New Issue
Block a user