Guest User

Untitled

a guest
Jan 12th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # Anchors in Markdown
  2.  
  3. To create an anchor to a heading in github flavored markdown.
  4. Add __-__ characters between each word in the heading and wrap the value in parens ```(#some-markdown-heading)``` so your link should look like so:
  5.  
  6. ```[create an anchor](#anchors-in-markdown)```
Add Comment
Please, Sign In to add comment