spoiler -> +warning

This commit is contained in:
Nicolas Werner 2023-01-31 22:08:00 +01:00
parent 1b00696bcc
commit 673ca9d6a3
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -267,9 +267,10 @@ A single newline will be turned into `<br>` instead of a space.
*+~~text~~+*:: *+~~text~~+*::
Make text strikethrough. HTML putput: `<del>text</del>` Make text strikethrough. HTML putput: `<del>text</del>`
*`||spoiler|text||`*:: *`||spoiler warning|text||`*::
Hide text and set an optional spoiler. Note that Nheko does not display the Hide text and set an optional spoiler warning. Note that Nheko does not display
spoiler warning currently. HTML output: `<span data-mx-spoiler="spoiler">text</span>` the spoiler warning currently. HTML output:
`<span data-mx-spoiler="spoiler">text</span>`
== FILES == FILES