From e59de77f96d43fa675c5c733ccf39ec2c22e949e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 21 Dec 2020 00:40:09 +0100 Subject: =?UTF-8?q?Allow=20only=20a=20few=20predefined=20font=20classes=20?= =?UTF-8?q?in=20[font]=20=F0=9F=9A=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/library/insert.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/library/insert.rs') diff --git a/src/library/insert.rs b/src/library/insert.rs index a06cf170..6f267b7a 100644 --- a/src/library/insert.rs +++ b/src/library/insert.rs @@ -7,7 +7,7 @@ use crate::prelude::*; /// `image`: Insert an image. /// /// # Positional arguments -/// - The path to the image (string) +/// - Path (`string`): The path to the image file. /// /// Supports PNG and JPEG files. pub fn image(mut args: Args, ctx: &mut EvalContext) -> Value { -- cgit v1.2.3