Skip to content

Instantly share code, notes, and snippets.

View Polaris000's full-sized avatar

Aniruddha Karajgi Polaris000

View GitHub Profile
@Polaris000
Polaris000 / gist:89e803d80effce71177bb361fdfe13ef
Created November 16, 2017 02:05 — forked from asabaylus/gist:3071099
Github Markdown Heading Anchors

Anchors in Markdown

To create an anchor to a heading in github flavored markdown. Add - characters between each word in the heading and wrap the value in parens (#some-markdown-heading) so your link should look like so:

[create an anchor](#anchors-in-markdown)