From b4b022940b908d8fe490b9f4f68bc60dcfb76cd2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 19 Dec 2022 01:16:35 +0100 Subject: Syntax and example sections --- library/src/meta/link.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/src/meta') 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. /// -- cgit v1.2.3