gzuidhof / starboard-notebook

In-browser literate notebooks
Mozilla Public License 2.0
1.24k stars 99 forks source link

Support for in-page Markdown links? #59

Open kjohnsen opened 3 years ago

kjohnsen commented 3 years ago

When I try linking to a section, e.g., [link to section](#section), the link generated goes to the notebook's host rather than the current page. Is there a workaround? Or if not, could you implement this?

gzuidhof commented 3 years ago

Ah, this idea makes a lot of sense. I don't think there is a workaround right now.

We should implement this, it would involve a small plugin for the markdown-it library.