Skip to content

Instantly share code, notes, and snippets.

@manojlds
Forked from asabaylus/gist:3071099
Created August 16, 2014 21:05
Show Gist options
  • Save manojlds/e0f6eab537d99c975a7d to your computer and use it in GitHub Desktop.
Save manojlds/e0f6eab537d99c975a7d to your computer and use it in GitHub Desktop.

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment