Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRise <8315221+AmazingRise@users.noreply.github.com>2020-07-29 10:24:45 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2020-07-29 10:24:45 +0300
commitad5e68148554a2c0f180cedc3799df689ba7766f (patch)
tree82e6fb8a1bd6d5336c4bd2b66c829c7d7466ba2b
parent08f38b5ca06c3fd4a1f3ec99c759d839a692a431 (diff)
Updated Inserting Figures (markdown)
-rw-r--r--Inserting-Figures.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/Inserting-Figures.md b/Inserting-Figures.md
index 066550d..70cc6c7 100644
--- a/Inserting-Figures.md
+++ b/Inserting-Figures.md
@@ -13,8 +13,11 @@ options="700x" >}}
```
NOTE:
-- `img` must be a resource name. [How to define a source?](https://gohugo.io/content-management/page-resources/#resources-metadata-example)
-- Possible value for align: `Left`, `Right`, `Center`, `Justify` (it is not case-sensitive).
-- The value of command must be one of `Fit`, `Fill`, `Resize`, `Original`.
-- In fact, this is a shortcut of [Image processing methods](https://gohugo.io/content-management/image-processing/#image-processing-methods). See code for details.
+- `img`: it must be a resource name. [How to define a source?](https://gohugo.io/content-management/page-resources/#resources-metadata-example)
+- `caption`: will be shown beneath the figure (markdown supported).
+- `command`: it can be `Fit`, `Fill`, `Resize`, or `Original`.
+- `align`: possible value: `Left`, `Right`, `Center`, `Justify` (it is not case-sensitive).
+- `options`: parameters, please see [image processing methods](https://gohugo.io/content-management/image-processing/#image-processing-methods).
+
+In fact, this shortcode is equivalent to [Image processing methods](https://gohugo.io/content-management/image-processing/#image-processing-methods).