markdown-no-backticks
EIP references should not be in backticks.
Examples
error[markdown-no-backticks]: EIP references should not be in backticks --> input.md | 5 | `EIP-1234` | = info: the pattern in question: `EIP-[0-9]+`
Explanation
markdown-no-backticks ensures that authors do not
circumvent EIP link requirements by putting EIP references in
backticks.
While references like `ERC20` or
`IERC7777` are valid as interface names,
`EIP-7777` should be rejected since it is not valid code.