From be26cbfd03f546da59508ea44174895b20c31be5 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 20 Jan 2023 18:07:47 -0800 Subject: [PATCH] Add missing articles --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6d8bd1b2..c6597659 100644 --- a/README.md +++ b/README.md @@ -509,9 +509,9 @@ Parameters:
caption
Optional. String. Markdown. Descriptive text below the code.
lang
-
Optional. Position 0. String. Chroma language code. Defaults to plaintext. See codes.
+
Optional. Position 0. String. Chroma language code. Defaults to plaintext. See the codes.
options
-
Optional. String. Hugo highlight options. See options.
+
Optional. String. Hugo highlight options. See the options.
It has the other parameters of the `paige/figure` shortcode. @@ -545,9 +545,9 @@ Parameters:
link
Optional. String. URL. Image link.
method
-
Optional. String. Hugo image processing method. Must be crop, fill, fit, or resize. Must be specified with options. See methods.
+
Optional. String. Hugo image processing method. Must be crop, fill, fit, or resize. Must be specified with options. See the methods.
options
-
Optional. String. Hugo image processing options. Must be specified with method. See options.
+
Optional. String. Hugo image processing options. Must be specified with method. See the options.
raw
Optional. Boolean. Whether to reference an image without copying it. Default is false.
src
@@ -626,9 +626,9 @@ Parameters:
maxwidth
Optional. String. CSS value. Maximum image width.
method
-
Optional. String. Hugo image processing method. Must be crop, fill, fit, or resize. Default is resize. See methods.
+
Optional. String. Hugo image processing method. Must be crop, fill, fit, or resize. Default is resize. See the methods.
options
-
Optional. String. Hugo image processing options. Default is 550x webp picture Lanczos. See options.
+
Optional. String. Hugo image processing options. Default is 550x webp picture Lanczos. See the options.
raw
Optional. Boolean. Whether to reference an image without copying it. Default is false.
type