We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nested markdown lists as below are not rendered as nested lists, but as single-level lists.
Source:
//! * foo //! + bar //! + baz
Expected output:
Actual output:
This section in iri-string v0.5.0-beta.1.
iri-string
On docs.rs:
Local cargo doc:
cargo doc
The text was updated successfully, but these errors were encountered:
docs.rs uses the nightly compiler to build the docs.
When I use nightly locally with cargo doc, I can reproduce the issue you are seeing.
So this looks like a bug / changed behaviour in rustdoc, or am I missing something?
cc @GuillaumeGomez
Sorry, something went wrong.
This is a regression. Please open an issue on the rust repository and I'll try to fix it as soon as possible.
Thank you. Reported at rust-lang/rust repository.
No branches or pull requests
Summary
Nested markdown lists as below are not rendered as nested lists, but as single-level lists.
Source:
Expected output:
Actual output:
Reproduced example
This section in
iri-string
v0.5.0-beta.1.On docs.rs:

Local

cargo doc
:The text was updated successfully, but these errors were encountered: