Open
Description
Describe the bug
context
When I do
**and this sentence should
be bolded**
expectation
I expected all text to be bold.
bug
But instead I get same text as parse input
Reproduce the bug
Just check token from:
markdown_it.MarkdownIt().parse("""and this sentence should
be bolded""")
There are no bold token, only text
List your environment
No response