# Summary Nested markdown lists as below are not rendered as nested lists, but as single-level lists. Source: ```markdown //! * foo //! + bar //! + baz ``` Expected output: * foo + bar + baz Actual output: * foo + bar + baz # Reproduced example [This section in `iri-string` v0.5.0-beta.1](https://docs.rs/iri-string/0.5.0-beta.1/iri_string/index.html#std-and-alloc-support). On docs.rs:  Local `cargo doc`: 