From 420abdb06029380d41c9a136ab81ee0d8eeaaebb Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 28 Jan 2024 16:54:25 +0800 Subject: [PATCH] docs: update ducment in richtext --- website/docs/advanced-usage/richtext.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/advanced-usage/richtext.md b/website/docs/advanced-usage/richtext.md index b838321b..245c6e00 100644 --- a/website/docs/advanced-usage/richtext.md +++ b/website/docs/advanced-usage/richtext.md @@ -16,8 +16,8 @@ The following is a list of syntaxes currently supported by the `bbcode` plugin: | u | underline text | `[u]foo[/u]` | foo | | s | strikethrough text | `[s]foo[/s]` | foo | | url | hyperlink |
`[url]https://tailchat.msgbyte.com[/url]` / `[url=https://tailchat.msgbyte.com ]Official website[/url]`
| https://tailchat.msgbyte.com / official website | -| img | Image | `[img]https://tailchat.msgbyte.com/img/logo.svg[/img]` |
| -| at | Mention | `[at=]moonrailgun[/at]` | - | +| img | image | `[img]https://tailchat.msgbyte.com/img/logo.svg[/img]` |
| +| at | mention user | `[at=]moonrailgun[/at]` | - | | emoji | expression | `[emoji]smile[/emoji]` | - | | markdown / md | markdown syntax support | `[markdown]## Heading[/markdown]` / `[md]## Heading[/md]` | - |