I noticed the following when investigating a documentation error (on StackHub).
An unordered list item (with no leading space) followed by a numbered title...
- Unordered list item 1. Numbered title =================
...gives a FandocParser error of: ERROR: Invalid line 4 [str:4]
FandocParser
ERROR: Invalid line 4 [str:4]
The parser seems to be confusing the title with starting a nested list, where I believe titles should always take precedence.
Login or Signup to reply.
SlimerDude Mon 24 Sep 2018
I noticed the following when investigating a documentation error (on StackHub).
An unordered list item (with no leading space) followed by a numbered title...
...gives a
FandocParser
error of:ERROR: Invalid line 4 [str:4]
The parser seems to be confusing the title with starting a nested list, where I believe titles should always take precedence.