Closed lukego closed 1 year ago
PARSE-MARKDOWN-FAST in document/markdown.lisp (https://github.com/melisgl/mgl-pax/blob/master/src/document/markdown.lisp#L23) references the Esrap rule 3BMD::%BLOCK but that doesn't seem to be defined in the version of 3BMD carried on Quicklisp.
document/markdown.lisp
3BMD::%BLOCK
This causes an error for me on MGL-PAX Markdown strings of more than 1000 characters:
The rule 3BMD-GRAMMAR::%BLOCK is undefined. [Condition of type ESRAP:UNDEFINED-RULE-ERROR]
and I'm working around that by splitting them up at the moment.
Thank you. Fixed in 4e43c8c.
Thanks! Confirmed working :+1:
PARSE-MARKDOWN-FAST in
document/markdown.lisp
(https://github.com/melisgl/mgl-pax/blob/master/src/document/markdown.lisp#L23) references the Esrap rule3BMD::%BLOCK
but that doesn't seem to be defined in the version of 3BMD carried on Quicklisp.This causes an error for me on MGL-PAX Markdown strings of more than 1000 characters:
and I'm working around that by splitting them up at the moment.