Help! The bot is flagging something it shouldn't!
Author: SamWilsnCreated Jul 31, 2026Updated Jul 31, 2026
A Link or Image is Non-relative
For more details, see markdown-rel-links, but the short version is that we only allow links to certain approved websites. To request a new allowed website, see EIP-5757.
Correctly Spelled Word Flagged as Misspelled
To add a word to eipw's dictionary, edit the file config/eipw.toml and under the section links.markdown-spell, do something like this:
[lints.markdown-spell]
kind = "markdown-spell"
personal_dictionary = """
aNewWord
AnotherNewWord
"""Source: ethereum/EIPs