mkdocs / mkdocs-click

An MkDocs extension to generate documentation for Click command line applications
https://pypi.org/project/mkdocs-click
Apache License 2.0
105 stars 15 forks source link

Conflicts with front matter #76

Open ofek opened 4 months ago

ofek commented 4 months ago

The following does not appear to have any effect on the title:

---
title: CLI reference
---

::: mkdocs-click
    :module: hatch.cli
    :command: hatch
    :depth: 0
    :style: table
    :remove_ascii_art: true
oprypin commented 4 months ago

Uhh this is probably specific to mkdocs-material. Which title?

ofek commented 4 months ago

The title is still the first header hatch.