krmckone / lk-site

LK-Site, basic static site generator. Deploys to https://github.com/krmckone/krm-site
https://krmckone.com
GNU General Public License v3.0
0 stars 0 forks source link

Extend HTML renderer to include custom HTML attributes #7

Closed krmckone closed 3 years ago

krmckone commented 3 years ago

Need to have the HTML renderer to start adding attributes based on node in the parse tree

krmckone commented 3 years ago

https://github.com/gomarkdown/markdown#extensions the markdown parser appears to support block-level HTML element attributes and this syntax does not conflict with the go template syntax.