From b1597684ed5d448f05a050b7e1b1c13974afebb4 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 28 Jan 2021 12:44:06 +0100 Subject: [PATCH] Add aligning section to Images --- editors/markdown.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/editors/markdown.md b/editors/markdown.md index f6bbac9b0..b6bef2890 100644 --- a/editors/markdown.md +++ b/editors/markdown.md @@ -283,6 +283,14 @@ It's also possible to use other units, like %. Useful when you need the image to ![Image](/link/to/image.jpg =100%x) ``` +#### Aligning + +Images can also be pinned to top right using the following syntax: + +``` +![Image](/link/to/image.jpg){.align-abstopright} +``` + ## Inline Code ### Tab {.tabset}