Steps to reproduce the problem (provide example Markdown if applicable): ``` $x+y=z$ or $$x+y=z$$ ``` Expected behavior: ``` such as ``` Actual behavior: ``` $$x+y=z$$ ``` (Also see what the reference implementation does: https://spec.commonmark.org/dingus/)