From dcd4ed5a9516772b45dd962ffd7c5466f01a89e3 Mon Sep 17 00:00:00 2001 From: Jason Chafin Date: Wed, 18 Sep 2024 20:57:08 -0700 Subject: [PATCH] format Protip --- docs/create-events-calendar-widget.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/create-events-calendar-widget.md b/docs/create-events-calendar-widget.md index a99c6e9..9d1ac2c 100644 --- a/docs/create-events-calendar-widget.md +++ b/docs/create-events-calendar-widget.md @@ -50,16 +50,17 @@ And the generated embed code will appear that can be copied and pasted into your ![widget-generated-embed](https://user-images.githubusercontent.com/1000543/217968107-26e565aa-4a6e-4a52-879b-745b0676b70d.png) -#### Pro Tip: Remove Localist branding footer - -The default embed code includes a footer that brands your embed as coming from Localist. - -![widget-localist-branding](https://user-images.githubusercontent.com/1000543/217972038-51f953e2-f995-404b-b923-34e8a15011f4.png) - -Prior to copying the embed code, you may remove this branding footer. Select all the code between `` and delete it. - -![widget-remove-localist](https://user-images.githubusercontent.com/1000543/217972799-fc492cd5-dcfe-4902-b1ed-40fbd80b36ec.png) - -Then copy the remaining code. - -![widget-copy-embed-code](https://user-images.githubusercontent.com/1000543/218110846-abb2ce23-d425-469e-86c7-567aaabc5571.png) +> [!tip] +> **Remove Localist branding footer** +> +>The default embed code includes Localist branding as a footer: +> +>![widget-localist-branding](https://user-images.githubusercontent.com/1000543/217972038-51f953e2-f995-404b-b923-34e8a15011f4.png) +> +>Prior to copying the embed code, you may remove this branding footer. Select all the code between `` and delete it. +> +>![widget-remove-localist](https://user-images.githubusercontent.com/1000543/217972799-fc492cd5-dcfe-4902-b1ed-40fbd80b36ec.png) +> +>Then copy the remaining code. +> +>![widget-copy-embed-code](https://user-images.githubusercontent.com/1000543/218110846-abb2ce23-d425-469e-86c7-567aaabc5571.png)