Fix html comment rendering

Apparently I just completely forgot to actually include <!-- and -->,
and instead just rendered the comment contents.
This commit is contained in:
Joscha 2024-12-20 16:42:48 +01:00
parent ec7bc571b1
commit 0167d3cea3
3 changed files with 30 additions and 1 deletions

View file

@ -21,6 +21,10 @@ A dependency update to an incompatible version is considered a breaking change.
- `html::attr::Rel`
### Fixed
- Rendering of HTML comments
## v0.1.2 - 2024-12-14
### Added