mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 12:00:23 +00:00
docs: use few gifs
This commit is contained in:
parent
0f008589e1
commit
d458bada3b
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## 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).
|
||||
|
||||

|
||||
|
||||
> [!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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue