elijah-potter / harper

The Grammar Checker for Developers
https://writewithharper.com
Apache License 2.0
135 stars 3 forks source link

bug: Harper lints inline math #68

Closed elijah-potter closed 1 month ago

elijah-potter commented 3 months ago

Right now Harper throws a hissy fit every time inline math is used. Inline math should be ignored by Harper.

I've been meaning to fix this issue for quite some time now. When inspecting Markdown, Harper currently uses pulldown_cmark, which doesn't presently support math.

However, they recently merged support into the branch for the upcoming release. Before we can include the changes, we need that version of pulldown_cmark to be on crates.io.

The merged request

elijah-potter commented 1 month ago

This has been fixed as of harper-ls v0.8.5 with the introduction of the feature into pulldown_cmark.