diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 22 insertions, 5 deletions
@@ -1,10 +1,27 @@ -A parsing library for Slidge. Supports parsing these attributes: +[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~" + +"\~strikethrough~" + "\`code span`" -"\```code block```" -">quote" -"||spoiler||" + +"\```language + +code block + +```" + +"\>quote" + +"\|\|spoiler||" + "\\\_escape style_" + +Most of them correspond to [XEP-0393: Message Styling](https://xmpp.org/extensions/xep-0393.html). |
