Open SnoopJ opened 7 years ago
Might be doable with Kramdown's support for generating heading IDs and a table of contents. See the Kramdown docs. If we use a fourth heading level and hide the resulting tags with CSS, it seems like that'd be a neat solution.
It would be great to somehow automatically generate anchors (for linking with
<a href="#targetAnchor">go there</a>
) for links and build a table of contents, but I'm not sure Jekyll has any support for this out of the box, and the plugins looked a little contrived when I took a peek.