summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-02 22:12:39 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-02 22:12:39 +0200
commit61c0b0d134d05c1647fa3356486d209bac87d8f6 (patch)
tree3e21dfc63efb1262b6101733b9d1335ce33414fa /README.md
parent89848de97da23a8c732f54bde15080b09e2bb9d9 (diff)
Implement `GenericValue`, `InnerHtml` and `OuterHtml` parsers.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a980e2e..7578e80 100644
--- a/README.md
+++ b/README.md
@@ -339,14 +339,14 @@ HTMTL is built upon the [Dompa](https://github.com/askonomm/dompa) HTML parser,
#### List of built-in parsers
-- `htmtl.parsers.GenericValue` - Parser the `:*` attributes. (**soon**)
+- `htmtl.parsers.GenericValue` - Parser the `:*` attributes.
- `htmtl.parsers.If` - Parser the `if` attributes. (**soon**)
- `htmtl.parsers.Unless` - Parser the `unless` attributes. (**soon**)
- `htmtl.parsers.InnerPartial` - Parser the `inner-partial` attributes. (**soon**)
-- `htmtl.parsers.InnerHtml` - Parser the `inner-html` attributes. (**soon**)
+- `htmtl.parsers.InnerHtml` - Parser the `inner-html` attributes.
- `htmtl.parsers.InnerText` - Parser the `inner-text` attributes.
- `htmtl.parsers.OuterPartial` - Parser the `outer-partial` attributes. (**soon**)
-- `htmtl.parsers.OuterHtml` - Parser the `outer-html` attributes. (**soon**)
+- `htmtl.parsers.OuterHtml` - Parser the `outer-html` attributes.
- `htmtl.parsers.OuterText` - Parser the `outer-text` attributes.
- `htmtl.parsers.Foreach` - Parses the `foreach` attributes. (**soon**)