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)
| %Official Matlab version can be found in the PASCAL VOC devkit | |
| %http://host.robots.ox.ac.uk/pascal/VOC/voc2012/index.html#devkit | |
| % VOCLABELCOLORMAP Creates a label color map such that adjacent indices have different | |
| % colors. Useful for reading and writing index images which contain large indices, | |
| % by encoding them as RGB images. | |
| % | |
| % CMAP = VOCLABELCOLORMAP(N) creates a label color map with N entries. | |
| function cmap = labelcolormap(N) |