typelevel/Laika

Manual assignment of header block ids is overwritten

milessabin opened this issue · 0 comments

The id for a Header block can be explicitly assigned with withId. However this id appears to be replaced at some point during the transformation pipeline with one generated using the theme's slug builder applied to the result of extractText.

I think the explicitly assigned id should be preserved.