Hello all,
What's the best approach to get htmlgen to not error out on unknown tag attributes? I see the list of attributes is a const (commonAttr in htmlgen.nim); I'm trying to spit out some jqMobile html and I need attributes that aren't listed in those consts. You see I'd rather not to create my own macros which calls xmlCheckedTag (which happens to work great by the way).
Thanks!