From 4a13ce63375efc8a76253fed066deff23e72631d Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Sat, 20 Jul 2019 22:06:14 -0400 Subject: [PATCH] Update readme to reflect newest changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68645d4..a991476 100644 --- a/README.md +++ b/README.md @@ -107,15 +107,15 @@ Shortcodes extend markdown to make writing easier and more powerful. `image` is how you add WebP images to your posts with a fallback in case WebP is not supported. Image just needs the src and alt parameters. WebP is a next-gen image format that was created to make the web fast. To use the image shortcode simply store a WebP image with the same name in the same directory as your normal image. ```html - -{{An awesome image that will use webp when possible. Much faster!}} + +{{An awesome image that will use webp when possible. Much faster!}} ``` `smallimg` allows you to add images to your posts without stretching them to be as wide as the content area. Smallimg takes the parameters src, alt, smartfloat (optional), and width (optional). The smartfloat parameter can be set to right or left, and it floats the image to the right or left on big enough screens. ```html - -{{}} + +{{}} ``` ### Further Customization