miyuchina / mistletoe

A fast, extensible and spec-compliant Markdown parser in pure Python.
MIT License
841 stars 119 forks source link

Thematic break not being detected #232

Open yelboudouri opened 6 days ago

yelboudouri commented 6 days ago

Hello, the tokenizer doesn't recognize the thematic break in this case:

msg = """Hi
---
hi
---
"""

Do you see any reason why? I reviewed the code but couldn't find any obvious issues.