Hi,
just started with hugo. read tutorials and wrote a small test project. very nice!
I found the TOC feature interesting and would like to understand how does it work and how can I write it myself. Lets say for just a second I want to implement something similar to TOC - lets say images. I would like to parse the markdown to all images and show a gallery of all images at the bottom of the page.
How would I implement such a thing? Thought maybe using shortcodes but does not seem suitable for this problem. please help.