zhaoterryy / mkdocs-pdf-export-plugin

An MkDocs plugin to export content pages as PDF files
MIT License
313 stars 44 forks source link

Missing support for metadata #44

Closed okelet closed 5 years ago

okelet commented 5 years ago

When used with markdown-include, the generated page includes metadata as plain text; example:

main.md:

{!page1.md!}
{!page2.md!}

page1.md:

Something

page2.md

---
title: My title
---

Some text

Then the output main.pdf contains the page2.md metadata as plain text.

okelet commented 5 years ago

Sorry, it seems to be an issue of markdown-include.