-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New markdown parser breaks when documenting xml5ever as part of Servo build #40979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The documentation in question is:
|
I think I know what this is. Previously, this was not interpreted as a real code block, aka a doc test. But now, it is. Try
instead. (Also, I'd give it some space, so like this:
(I think the |
Yeah, look at this on babelmark Hoedown is not part of bablemark, but 10 implementations consider this a |
This part kinda bugs me. you're sure that |
Absolutely. |
|
cargo doc by itself does not try to run doctests, but mach doc may do that. |
Ahhh, right. It'd only run the tests on `cargo test`.
|
So I guess the issue is "fixed" then, no? |
+1 for resolving this issue. |
I'm not sure if it's still broken or not. Didn't hear back from servo about this since then... |
We have definitely had working doc builds since I filed this. |
I believe the switch broke the doc build for xml5ever. We now see this output:
Tracking in servo/servo#16213 as well.
Of course, I can't reproduce this when running
cargo doc
on the xml5ever subdirectory of https://github.com/servo/html5ever/. I can only reproduce this as part of running./mach doc
in a Servo clone. :/The text was updated successfully, but these errors were encountered: