mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
21 lines
329 B
Markdown
21 lines
329 B
Markdown
---
|
|
layout: null
|
|
permalink: /n/nheko.html
|
|
sitemap: false
|
|
---
|
|
|
|
Nheko is my go-to cross-platform desktop client for Matrix.
|
|
|
|
To do spoilers:
|
|
|
|
```html
|
|
<span data-mx-spoiler="REASON HERE">Spoilered text</span>
|
|
```
|
|
|
|
In order to tell this to someone else:
|
|
|
|
```html
|
|
/plain <span data-mx-spoiler="REASON HERE">Spoilered text</span>
|
|
```
|
|
|