Seems like there's no way to define a true boolean attribute in Hamlit or am I missing something? This doesn't seem to be possible with the current version.
We need to generate <html amp> but using Hash syntax or the HTML-like syntax don't seem to do the trick.
There is the list Hamlit::AttributeBuilder::BOOLEAN_ATTRIBUTES but unfortunately it's frozen so can't add an item to the list there either.
https://github.com/k0kubun/hamlit/blob/1c658a990a6bf2da2280817794cf3aaf1cbebdb9/REFERENCE.md#limited-boolean-attributes
Seems like there's no way to define a true boolean attribute in Hamlit or am I missing something? This doesn't seem to be possible with the current version.
We need to generate
<html amp>
but using Hash syntax or the HTML-like syntax don't seem to do the trick.There is the list
Hamlit::AttributeBuilder::BOOLEAN_ATTRIBUTES
but unfortunately it's frozen so can't add an item to the list there either.