Skip to content

Conversation

@twardoch
Copy link

No description provided.

pfossati and others added 30 commits February 27, 2016 12:00
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
Remove extra added header # symbol
Allow mkdocs-pandoc to support structured pages
Added a filter to convert mathematical expressions
twardoch and others added 29 commits January 10, 2017 20:22
Add python3 compatibility
Add ability to insert page breaks between pages
Add conversion of adminitions to raw HTML
update dependencies
fix: only change Headlevel if not in code blocks
feat: make regex more robust
- Set up pytest and pytest-cov for testing.
- Fixed ImportError for etree and various SyntaxWarnings.
- Added unit tests for MkDocsCombiner, covering basic functionality and options like increase_heads and add_chapter_heads.
- Corrected an issue in tests related to leading newlines in dummy file content.
- Increased test coverage to 50%.
@jgrassler
Copy link
Owner

jgrassler commented Jun 23, 2025 via email

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.

9 participants