Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only works for markdown source, not HTML #3

Open
neon-ninja opened this issue May 21, 2020 · 1 comment
Open

only works for markdown source, not HTML #3

neon-ninja opened this issue May 21, 2020 · 1 comment

Comments

@neon-ninja
Copy link

Simple repro:

pandoc -f markdown -t docx -o test.docx --filter=pandoc-docx-pagebreakpy README.md

Outputs Page Break

pandoc -f markdown -t html -o - --filter=pandoc-docx-pagebreakpy README.md | pandoc -f html -t docx -o test.docx --filter=pandoc-docx-pagebreakpy

No output

@neon-ninja
Copy link
Author

Here's a fix #4

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

No branches or pull requests

1 participant