fix: details docs
This commit is contained in:
parent
a127a0407d
commit
fc2df000c0
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ pub fn parse_page(input: &str) -> String {
|
||||||
/// Parse the markdown syntax for the expandable `<details>` element.
|
/// Parse the markdown syntax for the expandable `<details>` element.
|
||||||
///
|
///
|
||||||
/// Similar to the [`parse_page`] page definitions, details elements are denoted
|
/// 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.
|
/// The block is closed with a line of exactly two ampersand symbols.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue