mo.md(f'''Jump to {target}...
) Or a table of contents widget?# header ## subheader ### third header
mo.sidebar
mo.sidebar( [ mo.md("# logo"), mo.nav_menu( { "#home": f"{mo.icon('lucide:home')} Home", "#about": f"{mo.icon('lucide:user')} About", "#contact": f"{mo.icon('lucide:phone')} Contact", }, orientation="vertical", ), ] )
#anchors
would need to match up with your document. it wouldnt be auto-generatedmo.toc
would be very nice! I can look into this too, @Myles Scolnick could you give me a pointer into how to parse cells that have markdown content?mo.toc
is that valuable. what is your use-case? would it look weird with two table of contents?