Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix markdown syntax to be compatible with the pulldown parser.
This fixes warnings like the following when doing "cargo doc": WARNING: documentation for this crate may be rendered differently using the new Pulldown renderer. See rust-lang/rust#44229 for details. WARNING: rendering difference in `External types as defined at https://webassembly.g ... .html#external-types` --> src/parser.rs:104:0 /html[0]/body[1]/p[0] Text differs: expected: `... https://webassembly.github.io/spec/syntax/types.html#external-types` found: `...`
- Loading branch information