-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Rustdoc supports footnotes1
But adding footnotes as described in the rustdoc documentation gives a false positive:
$ git describe
v0.13.1
$ echo '//! This is an example of a footnote[^note].' > test.rs
$ cargo run --quiet -- check test.rs
error: spellcheck(Hunspell)
--> /home/aatif/sources/cargo-spellcheck/test.rs:1
|
1 | This is an example of a footnote[^note].
| ^^^^^^^^
| - footnote note, footnote-note, footnote, or tenderfoot
|
| Possible spelling mistake found.I have to add spacing before the [^1] to workaround this, but this affects the markup, which I don't think is right.
Sounds like a bug in the markdown parser? It should pass footnote, not footnote[^note] to hunspell
Footnotes
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working