This solution took a while for me to find, so I am sharing it to hopefully save time for others.
Problem: The Bootstrap top navbar is great, but it conceals any anchors
in your markmin text set with [[myanchor]]
Solution: Use this CSS style
/*move markmin anchor tags down*/
a[name^="markmin"] { position:relative; top:-50px; }
Hmm, wonder whether this should be included in standard stylesheet?
--

