While we are at it, Pillar cannot parse strikethrough if it is on the start of the line
On Sat, Aug 26, 2017 at 7:05 PM, Stephane Ducasse <[email protected]> wrote: > No pillar is line based and the beginning of the line is key. > > On Sat, Aug 26, 2017 at 5:56 PM, Peter Uhnák <[email protected]> wrote: > > Apparently this is enough to run into an infinite loop somewhere. > > > > text := '- one > > - # cry'. > > doc := PRPillarParser parse: text. > > > > > > Also question regarding pillar syntax, is not possible to indent it in > the > > syntax? > > > > e.g. > > > > - one > > -# one.one > > - two > > -# two.one > > -# two.two > > > > Flattening it makes an _indented_ list hard to read (and defeats the > point > > why we indent things in the first place...) > > > > Peter > >
