Skip to content

Allow mkdocs-pandoc to support structured pages - #14

Open
capitalm-chen wants to merge 6 commits into
jgrassler:masterfrom
capitalm-chen:master
Open

Allow mkdocs-pandoc to support structured pages#14
capitalm-chen wants to merge 6 commits into
jgrassler:masterfrom
capitalm-chen:master

Conversation

@capitalm-chen

Copy link
Copy Markdown

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

Chun-da Chen and others added 6 commits June 1, 2016 13:46
Allow mkdocs-pandoc to support structured pages. For example, the following pages structure

```yaml
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant