diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-02 22:12:39 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-02 22:12:39 +0200 |
| commit | 61c0b0d134d05c1647fa3356486d209bac87d8f6 (patch) | |
| tree | 3e21dfc63efb1262b6101733b9d1335ce33414fa /README.md | |
| parent | 89848de97da23a8c732f54bde15080b09e2bb9d9 (diff) | |
Implement `GenericValue`, `InnerHtml` and `OuterHtml` parsers.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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**) |
