This PR extensively reworks the Verso docstring parser so that it gives much better parser errors that provide more useful guidance. Closes #12063
9 lines
No EOL
313 B
Text
9 lines
No EOL
313 B
Text
Failure @2 (⟨2, 0⟩): expected block opener (at line start: '#', '>', ':', '*', '-', '+', '1.', '```', '%%%', '{..}') or paragraph indented at least 1
|
|
Final stack:
|
|
[(Lean.Doc.Syntax.ul
|
|
"ul{"
|
|
[(Lean.Doc.Syntax.li
|
|
"*"
|
|
[(Lean.Doc.Syntax.para <missing>)
|
|
<missing>])])]
|
|
Remaining: "abc" |