readthedocs / recommonmark

A markdown parser for docutils
https://recommonmark.readthedocs.io/
MIT License
340 stars 252 forks source link

recommonmark 0.7.1 crash: AttributeError: 'NoneType' object has no attribute 'append' in visit_paragraph #223

Closed arielf closed 2 years ago

arielf commented 3 years ago

Attaching full log + stack-trace. sphinx-err-6iv2a531.log

Workaround: Found that including the text:

WIP ...

in the *.md file that was being processed during the crash, is what is triggering it Removing this particular text avoids the crash.

astrojuanlu commented 3 years ago

Probably a duplicate of #159.