I would like to ask how to link to a #### Heading inside a Flexdashboard page. Linking to a page proper is easy with [](#heading), yet I'm having trouble finding out about this more specific kind of anchor link. I've tried creating it as suggested here, but it didn't work.
Since the link you posted is not working. I would compile the document and inspect the output created. There should be an id that is generated in the html. This id might be on the div surrounding your h4 tag, but it'll have an id that is very similar to the text value.
Considering the typical, no-scrolling layout of Flexdashboards, perhaps it makes sense if only columns and rows can be linked to. I'd be glad if there were a solution, although it is really a minor issue.
You're correct. interactive-table is within information which makes it not possible to directly link to. If it was on a single page, it should work as expected.