Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "Description" table header is missing in index.md when using dokkaGfmMultiModule or dokkaJekyllMultiModule #3543

Open
Zumisha opened this issue Mar 19, 2024 · 1 comment
Labels

Comments

@Zumisha
Copy link

Zumisha commented Mar 19, 2024

Describe the bug
Incorrect generation index.md - the "Description" table header is missing

Expected behaviour
The title "Description" is generated

Screenshots
image

To Reproduce
run dokkaGfmMultiModule or dokkaJekyllMultiModule task

Dokka configuration

// subpoject build.gradle.kts

tasks.withType<DokkaTaskPartial>().configureEach {
    dokkaSourceSets.configureEach {
        includes.from(file("package-info.md"))
    }
}
// subpoject package-info.md

# sample

# Package com.sample.models
Sample Data Models

Installation

  • Operating system: macOS
  • Build tool: Gradle v7.6.3
  • Dokka version: 1.9.20
@Zumisha Zumisha added the bug label Mar 19, 2024
@Zumisha
Copy link
Author

Zumisha commented Mar 19, 2024

Related feature #3544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant