Blog: Provide anchor on article headings
What's your idea?
The headings featured on the individual blog post pages currently do not include a slug ID which would allow visitors to directly link and land on specific blog post headings for convenience.
Traditionally, a special symbol is shown adjacent to the heading to let the visitor copy the link to that heading.
Follow-up idea: Replace shorthand (possibly [TOC]) in blog post HTML with a table of contents containing all of the headings of the post.
TODO: Instead of using the HTML that GitHub automatically renders from our blog markdown, we can set up custom Markdown rendering. Looking into using a library, such as https://markdown-it.github.io/markdown-it/#MarkdownIt.
cc @jjoeldaniel, @jaasonw.