diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-12-21 00:40:09 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-12-21 00:40:09 +0100 |
| commit | e59de77f96d43fa675c5c733ccf39ec2c22e949e (patch) | |
| tree | 84d746c1d1ad863b8c8e2e9fda86ed842634a838 /src/library/insert.rs | |
| parent | 2b660968aa7e1e8efb7c396e17066a1a98c8c10e (diff) | |
Allow only a few predefined font classes in [font] 🚧
Diffstat (limited to 'src/library/insert.rs')
| -rw-r--r-- | src/library/insert.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
