rstacruz / flatdoc

Build sites fast from Markdown
http://ricostacruz.com/flatdoc
2.68k stars 262 forks source link

Navigation issue on multiple headers with same name. #32

Closed svs14 closed 10 years ago

svs14 commented 10 years ago

Nice work with FlatDoc! Very clean.

With the sample markdown below, clicking on the subheader 'A' on the left side menu will take you to the first header 'A'.

# A
Text text text.
## B
Text text text.
## C
Text text text.
## A
Text text text.
## D
Text text text.

For a more realistic example, see here: http://svs14.github.io/Orchestra.jl/ The header 'Orchestra' is used twice, and only navigates to the first.