Let’s take headings for instance.
## A Heading {.text-serif #a-head title=“Look”}
This would make a heading with attributes class text-serif, id a-head and title Look.
Is it possible to include these in the heading render hooks?
Let’s take headings for instance.
## A Heading {.text-serif #a-head title=“Look”}
This would make a heading with attributes class text-serif, id a-head and title Look.
Is it possible to include these in the heading render hooks?
you’ll have to check on how this interfaces with render hooks
Currently no (I don’t think so), but it’s a great idea.
Could you create an issue on GitHub about it?
As I see this should not be hard to do, but we need to expand the render hook API to pass down the .Attributes
.