fix: details docs

This commit is contained in:
trisua 2025-08-14 03:16:23 -04:00
parent a127a0407d
commit fc2df000c0

View file

@ -811,7 +811,7 @@ pub fn parse_page(input: &str) -> String {
/// Parse the markdown syntax for the expandable `<details>` element.
///
/// Similar to the [`parse_page`] page definitions, details elements are denoted
/// with two ampersand symbols. The opening line should look like `&& [summary]; [open?]`.
/// with two ampersand symbols. The opening line should look like `&& [summary]`.
///
/// The block is closed with a line of exactly two ampersand symbols.
///