This is strange because we should probably have test for this. Can you paste your example? On Sat, Aug 26, 2017 at 9:15 PM, Peter Uhnák <i.uhnak@gmail.com> wrote:
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 <stepharo.self@gmail.com> 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 <i.uhnak@gmail.com> 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