blob: 22861f17dc73278d5b834605948093e89636b11f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[Github](https://github.com/BluebonnetField/slidge-style-parser)
[PyPi](https://pypi.org/project/slidge-style-parser/)
A parsing library for [Slidge](https://sr.ht/~nicoco/slidge). Supports parsing these attributes:
"\_underline_"
"\*bold*"
"\~strikethrough~"
"\`code span`"
"\```language
code block
```"
"\>quote"
"\|\|spoiler||"
"\\\_escape style_"
Most of them correspond to [XEP-0393: Message Styling](https://xmpp.org/extensions/xep-0393.html).
|