You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiding H2s via comments will prevent them from being shown in main content area, however they still appear in the menu section. This can reproduced by taking the boilerplate index.html (described in the "Quick Start" instructions), and creating a README.md with the following content.
# Title
lorem ipsum ...
<!-- hide-on-docup-start -->## Table of Contents-[Installation](#installation)-[Getting Started](#getting-started)<!-- hide-on-docup-stop -->## Installation`npm i some-package`## Getting Started
blah blah blah
The generated website will show three sections in the menu: "Table of Contents", "Installation", and "Getting Started". My expectation is that it would only show the latter two.
The text was updated successfully, but these errors were encountered:
Hiding H2s via comments will prevent them from being shown in main content area, however they still appear in the menu section. This can reproduced by taking the boilerplate
index.html
(described in the "Quick Start" instructions), and creating a README.md with the following content.The generated website will show three sections in the menu: "Table of Contents", "Installation", and "Getting Started". My expectation is that it would only show the latter two.
The text was updated successfully, but these errors were encountered: