Skip to content

Correctly parsing non Leaf `#` tag.

Compare
Choose a tag to compare
@VaporBot VaporBot released this 31 Mar 10:17
· 43 commits to main since this release
e8d4f88
This patch was authored by @Hailong and released by @0xTim.

Leaf templates containing # characters that don't match a tag will be rendered. This allows for things like anchor and colours to work correctly.

Also adds a new #comment tag

Resolves #89