From ad5e68148554a2c0f180cedc3799df689ba7766f Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Wed, 29 Jul 2020 15:24:45 +0800 Subject: Updated Inserting Figures (markdown) --- Inserting-Figures.md | 11 +++++++---- 1 file 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). -- cgit v1.2.3