aboutsummaryrefslogtreecommitdiff
path: root/my_snippets/markdown.snippets
diff options
context:
space:
mode:
Diffstat (limited to 'my_snippets/markdown.snippets')
-rw-r--r--my_snippets/markdown.snippets2
1 files changed, 1 insertions, 1 deletions
diff --git a/my_snippets/markdown.snippets b/my_snippets/markdown.snippets
index 1a01a09..1a8add9 100644
--- a/my_snippets/markdown.snippets
+++ b/my_snippets/markdown.snippets
@@ -33,7 +33,7 @@ endsnippet
snippet img "Aligned image using HTML tag"
<p align="center">
-<img src="${1:URL}">
+<img src="${1:URL}" width="400">
</p>
$0
endsnippet