drahnr / cargo-spellcheck

Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
Apache License 2.0
320 stars 33 forks source link

ignore math #310

Closed drahnr closed 4 months ago

drahnr commented 11 months ago

What does this PR accomplish?

Changes proposed by this PR:

Use a custom fork of pulldown-cmark which incorporates a math syntax $ a \times b$ event parsing feature, that allows us to ignore those sections.

Notes to reviewer:

Not ready for prime time just yet.

📜 Checklist

drahnr commented 4 months ago

Upstream 0.11.x now supports math, so this is somewhat obsolete now.

drahnr commented 4 months ago

Actually still needed for handling it properly.