Notebooks for iPhone Answers

TOC style references in Markdown

Alfons Schmid, July 19, 2011 08:20

Sometimes it may be helpful to create a table of contents or just create a reference to a specific section in a Markdown document. Here is how to do that:

1. You need to add an "anchor tag" at the target position like this:

2. To link to that position, just type [This is Day One](#Day1)