diff options
Diffstat (limited to 'library/src/meta')
| -rw-r--r-- | library/src/meta/link.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/meta/link.rs b/library/src/meta/link.rs index 27294a8d..6a2f66df 100644 --- a/library/src/meta/link.rs +++ b/library/src/meta/link.rs @@ -6,6 +6,7 @@ use crate::text::TextNode; /// # Parameters /// - dest: Destination (positional, required) /// The destination the link points to. +/// /// - body: Content (positional) /// How the link is represented. Defaults to the destination if it is a link. /// |
