diff --git a/editors/markdown.md b/editors/markdown.md index f6bbac9b..b6bef289 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}