error[markdown-copyright]: the `Copyright` section must be the last content in the file
  --> input.md:38:1
   |
38 | ## Copyright
   | ^^^^^^^^^^^^ nothing may follow this section
   |
   = help: end the file with `## Copyright` followed immediately by `Copyright and related rights waived via [CC0](../LICENSE.md).`, with no other content after it
error[markdown-json-cite]: code block of type `csl-json` does not conform to required schema
  --> input.md:42:1
   |
42 | /     ```csl-json
43 | |     {
44 | |         "type": "article",
45 | |         "id": "1",
46 | |         "URL": "3"
47 | |     }
48 | |     ```
   | |       ^
   | |_______|
   |         "3" is not a "uri"
   |         "DOI" is a required property
   |
   = help: see https://github.com/ethereum/eipw/blob/master/eipw-lint/src/lints/markdown/json_schema/citation.json
