docs: use few gifs

This commit is contained in:
kotaindah55 2025-02-05 17:00:34 +02:00
parent 0f008589e1
commit d458bada3b

View file

@ -4,7 +4,7 @@ Provides some alternatives for inline formatting using non-standard syntaxes ins
You can easily create text that is <u>underlined</u>, <sup>superscripted</sup>, or <sub>subscripted</sub> 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.