I started to use markdown to take notes.
I use marked to view my markdown notes and its beautiful.
But as my notes get longer I find it diff
Here's a useful method. Should produce clickable references in any MarkDown editor.
# Table of contents
1. [Introduction](#introduction)
2. [Some paragraph](#paragraph1)
1. [Sub paragraph](#subparagraph1)
3. [Another paragraph](#paragraph2)
## This is the introduction
Some introduction text, formatted in heading 2 style
## Some paragraph
The first paragraph text
### Sub paragraph
This is a sub paragraph, formatted in heading 3 style
## Another paragraph
The second paragraph text
Produces:
Some introduction text, formatted in heading 2 style
The first paragraph text
This is a sub paragraph, formatted in heading 3 style
The second paragraph text