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)
| # Editor backup files | |
| *.bak | |
| *~ |
Backstory: I decided to crowdsource static site generator recommendations, so the following are actual real world suggested-to-me results. I then took those and sorted them by language/server and, just for a decent relative metric, their Github Watcher count. If you want a heap of other projects (including other languages like Haskell and Python) Nanoc has the mother of all site generator lists. If you recommend another one, by all means add a comment.
| #!/usr/bin/env python | |
| """ | |
| Very simple HTTP server in python (Updated for Python 3.7) | |
| Usage: | |
| ./dummy-web-server.py -h | |
| ./dummy-web-server.py -l localhost -p 8000 | |
| Send a GET request: |
| git fetch upstream | |
| git reset --hard upstream/master |
| #author : osman ehmad | |
| import urllib2 | |
| page = urllib2.urlopen('http://www.javascript-coder.com/files/window-popup/javascript-window-open-example1.html') | |
| source = page.read() | |
| # SCRIPT or script will depend upon pages you want crawled | |
| # or both can easily be incorporated |
| pm list packages -f |