denoland / deno-gfm

Server-side GitHub Flavored Markdown rendering for Deno
https://jsr.io/@deno/gfm
MIT License
226 stars 37 forks source link

strip: properly remove math in all scenarios #114

Open crowlKats opened 8 months ago

crowlKats commented 8 months ago

https://github.com/denoland/deno-gfm/blob/79ade251c3a5b24dd2797947983dbac44ecfc4c0/example/content.md?plain=1#L68-L69 is not properly handled

sanderhahn commented 3 months ago

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
$$

$$ x := x $$