Open crowlKats opened 8 months ago
https://github.com/denoland/deno-gfm/blob/79ade251c3a5b24dd2797947983dbac44ecfc4c0/example/content.md?plain=1#L68-L69 is not properly handled
Also noticed that the regex for the block formulas don't allow newlines as whitespace. The VSCode Markdown Preview Enhanced extension also allow more whitespace in inline formulas.
$$ x := x $$
https://github.com/denoland/deno-gfm/blob/79ade251c3a5b24dd2797947983dbac44ecfc4c0/example/content.md?plain=1#L68-L69 is not properly handled