mathdown
mathdown copied to clipboard
In-document anchors
Decode #foo
in URL and scroll to # Foo
heading inside document.
(Doable with pure id="foo"
on line DOM? Unlikely if CodeMirror handles scrolling.)
Make #
in headings clickable and result in such permalink.
Also, for documents starting with a title, maintain URL synced to text of title.
That way most doc URLs will be of self-describing xyz#readable-title
form.
Implemented