Skip to content

Mixing - and * lists causes omissions #1517

@djmitche

Description

@djmitche

https://github.com/taskchampion/taskchampion/pull/220/files#diff-6e490221db20aaa056f2ed2c63443806b309ec63182541ddea9dd0b84e7eb501R4 changed SUMMARY.md:

- [Welcome to TaskChampion](./welcome.md)
  - [Installation](./installation.md)
  * [Using the Task Command](./using-task-command.md)

to

- [Welcome to TaskChampion](./welcome.md)
  * [Installation](./installation.md)
  * [Using the Task Command](./using-task-command.md)

before this change, the installation chapter did not appear in the TOC, nor did it get generated into HTML.

I suspect there's an issue with mixing - and *. I admit it's a weird way to write a list, but the docs do say that either one can be used. At least, it'd be nice if this was flagged as an error in mdbook test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-MarkdownArea: Issues with markdownA-SummaryArea: The summary page, organization of pages.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions