error[markdown-re-eip-dash]: proposals must be referenced with the form `EIP-N` (not `EIPN` or `EIP N`)
  --> input.md
   |
27 | These are the backwards compatibility concerns for the EIP1234.
   |
   = info: the pattern in question: `(?i)eip[\s]*[0-9]+`
error[markdown-re-erc-dash]: proposals must be referenced with the form `ERC-N` (not `ERCN` or `ERC N`)
  --> input.md
   |
15 | This is the abstract for the EIP, which extends ERC721.
   |
   = info: the pattern in question: `(?i)erc[\s]*[0-9]+`
