jgrassler / mkdocs-pandoc

[unmaintained] mkdocs -> pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine
Apache License 2.0
107 stars 39 forks source link

Allow mkdocs-pandoc to support structured pages #14

Open capitalm-chen opened 8 years ago

capitalm-chen commented 8 years ago

Allow mkdocs-pandoc to support structured pages. For example, the following pages structure

pages:
  - Section 1: section-1.md
  - Section 2:
    - Section 2.1: section-2/section-2-1.md
    - Section 2.2: section-2/section-2-2.md

will become

Section 1

section-1.md content ...

Section 2

Section 2.1

section-2/section-2-1.md content

Section 2.2

section-2/section-2-2.md content