miyuchina/mistletoe

Thematic break not being detected

Opened this issue · 0 comments

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.