observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
966 stars 83 forks source link

Any API to show the contents of the document? #183

Closed JackieAnxis closed 3 years ago

JackieAnxis commented 3 years ago

Is there any API to show the contents of the document? There would be several <h1>, <h2>, <h3> and so on titles in one document, I want to show an overview of the contents in the begining of my document, is there any functions?

mbostock commented 3 years ago

Do these help?

https://observablehq.com/@mbostock/toc https://observablehq.com/@nebrius/indented-toc

JackieAnxis commented 3 years ago

Do these help?

https://observablehq.com/@mbostock/toc https://observablehq.com/@nebrius/indented-toc

Thanks, it works!