is there a way to get markdown fragment linking to...
# troubleshoot
c
is there a way to get markdown fragment linking to work in datahub?
1
as in having a table of content that links to the various headers in the doc
got it!
Copy code
# Table of contents
1. [Foo](#foo)
2. ...

<h1 id="foo">Foo</h1>