diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,8 @@ [PyPi](https://pypi.org/project/slidge-style-parser/) +License: AGPL-3.0-or-later + A parsing library for [Slidge](https://sr.ht/~nicoco/slidge). Supports parsing these attributes: "\_underline_" @@ -56,3 +58,5 @@ new_tags = { "\n": ("<br>", "") } + +To build: `maturin build` |
