DEV Community

Discussion on: How I Build My Blog with Jigsaw

Collapse
 
mdazaman profile image
Md A Zaman

Nice one. Is there any way to generate Table of Contents of a markdown content in Jigsaw?

Collapse
 
daepher profile image
Daepher

Yeah! You can create an event hook after build to map through the collection and then create a table of contents with it. I'll code something similar in order to add search functionality with static content.