mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
spoiler -> +warning
This commit is contained in:
parent
1b00696bcc
commit
673ca9d6a3
1 changed files with 4 additions and 3 deletions
|
@ -267,9 +267,10 @@ A single newline will be turned into `<br>` instead of a space.
|
|||
*+~~text~~+*::
|
||||
Make text strikethrough. HTML putput: `<del>text</del>`
|
||||
|
||||
*`||spoiler|text||`*::
|
||||
Hide text and set an optional spoiler. Note that Nheko does not display the
|
||||
spoiler warning currently. HTML output: `<span data-mx-spoiler="spoiler">text</span>`
|
||||
*`||spoiler warning|text||`*::
|
||||
Hide text and set an optional spoiler warning. Note that Nheko does not display
|
||||
the spoiler warning currently. HTML output:
|
||||
`<span data-mx-spoiler="spoiler">text</span>`
|
||||
|
||||
== FILES
|
||||
|
||||
|
|
Loading…
Reference in a new issue