From 7cfbe6f921d2eebc0243bd1a852fcaae0e745a37 Mon Sep 17 00:00:00 2001 From: tengel Date: Sun, 16 Feb 2025 09:20:33 -0600 Subject: [PATCH] syntax highlight --- Favicon-Things.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Favicon-Things.md b/Favicon-Things.md index e556469..cd2f196 100644 --- a/Favicon-Things.md +++ b/Favicon-Things.md @@ -14,7 +14,7 @@ Assuming the main SVG design goes edge to edge and is of a suitable square power Create a legacy ICO from this PNG using Imagemagick using the most common sizes: -``` +```bash magick favicon.png -define icon:auto-resize=64,48,32,16 favicon.ico ``` @@ -23,7 +23,7 @@ Typically the ICO file is larger than the PNG or SVG due to it's nature. ## HTML -``` +```html ```