foliant-docs / foliant

Comprehensive markdown-based documentation toolkit
https://foliant-docs.github.io/docs/
MIT License
158 stars 9 forks source link

Native pagebreak support #26

Open kvaleev opened 7 years ago

kvaleev commented 7 years ago

When we remove raw text support in markdown at #25 we need some workaround for widely used newpage command.

Support of multiformat page breaks is on the pandoc roadmap, but the issue is still open: https://github.com/jgm/pandoc/issues/1934

As a workaround, we can consider writing a pandoc filter for the LaTeX page break support (Sidenote: there is a filter for docx page breaks: https://github.com/alexstoick/pandoc-docx-pagebreak.)