Code。 ﹔⠀ Go⠀Back
⠀ Color
- %#b9c6e2%\Text%% = Text
^ Without the backslash
⠀ Underline
- !~Text~! = Text
- !~#b9c6e2;Text~! = Text
- !~default;double;Text~! = Text
- !~default;dotted;Text~! = Text
- !~default;dashed;Text~! = Text
- !~default;wavy;Text~! = Text
- !~default;line-through;Text~! = Text
- !~default;default;overline;Text~! = Text
- !~default;default;both;Text ~! = Text
- !~default;default;default;3;Text~! = Text
- !~default;default;default;10;Text~! = Text
- !~#b9c6e250;line-through;10;Text~! = Text
⠀ You can also combine them!
- !~default;dotted;default;3;Text~! = Text
- !~#b9c6e2;default;both;Text~! = Text
- !~#b9c6e2;wavy;Text~! = Text
⠀ Inline
- `Inline text` =
Inline text
- ```
Inline long text
```
=
- ```doscon
Inline long text
```