diff --git a/README.md b/README.md index 1a390c5..39b9faa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Provides some alternatives for inline formatting using non-standard syntaxes ins You can easily create text that is underlined, superscripted, or subscripted without any pain of writing html tags. And don't forget, this plugin supports both modes: editor mode and preview mode. -![ems0.gif](readme/ems0.gif) +![formattings.gif](docs/media/formattings.gif) ## Features @@ -159,6 +159,8 @@ Valid color tag will be added in the highlight classes, so `=={red}Red==` will b For ease access, in the editor, the color button will appear after opening delimiter when the cursor or selection touches the highlight. Clicking on it shows colors menu and let the user choose the desired color (you can disable the color botton in settings, and thus will be hidden in the editor). +![custom-highlight.gif](docs/media/custom-highlight.gif) + > [!note] > > Currently, other colors can only be customized through CSS. In the future, I would like to add a feature that can customize and add other colors through the settings.