📑 Automatic Table of Contentsgenerates a Table of Contents from st.title, st.header, st.subheader, and headings from st.markdown and st.html.
🧭 Clickable NavigationEach entry in the TOC links directly to the corresponding section in the page for quick navigation.
🪜 Hierarchical StructureHeadings are organized into a nested structure, preserving the hierarchy of h1...h6
🔁 ReactiveWorks naturally with Streamlit's rerun system and reacts to dynamic content, user inputs ...