From 24aa73e243517d56eaf161d0ddbf74d213b15599 Mon Sep 17 00:00:00 2001 From: Fethbita Date: Mon, 13 Feb 2023 16:46:06 +0200 Subject: [PATCH] Add width keyword for html comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0239822..ad2ea61 100644 --- a/README.md +++ b/README.md @@ -498,14 +498,14 @@ And this is how to link when the linktext is the same as the [Pagetitle](ac:) Use the following macro: ```markdown - ``` And attach any image with the following ```markdown -![Example](../images/example.png) +![Example](../images/example.png) ``` The width will be the commented html after the image (in this case 300px).