Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Fix markdown syntax to be compatible with the pulldown parser. #44

Merged

Conversation

sunfishcode
Copy link
Member

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: ...

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:    `...`
@yurydelendik yurydelendik merged commit 36790be into bytecodealliance:master Jan 17, 2018
@yurydelendik
Copy link
Collaborator

Thank you for the patch.

@sunfishcode sunfishcode deleted the sunfishcode/markdown-urls branch September 27, 2018 23:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants