mkdocs-section-index icon indicating copy to clipboard operation
mkdocs-section-index copied to clipboard

Use markdown heading options

Open Archmonger opened this issue 2 years ago • 0 comments

Currently this plugin assumes that any section without a nav title is a section index. This is an implicit assumption, and a fairly annoying one sometimes.

It would be better to be explicit by also requiring that the section index has a markdown heading property. It could look like this:

---
section_index: true
---

# Hello World!

This is some random text!

Archmonger avatar Jun 07 '23 10:06 Archmonger