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

markdown.marp.pdf.outlines option to generate outlines in PDF #381

Closed
yhatt opened this issue Sep 20, 2022 · 0 comments · Fixed by #384
Closed

markdown.marp.pdf.outlines option to generate outlines in PDF #381

yhatt opened this issue Sep 20, 2022 · 0 comments · Fixed by #384
Labels
enhancement New feature or request

Comments

@yhatt
Copy link
Member

yhatt commented Sep 20, 2022

Marp CLI v2.2.0 has new --pdf-outlines option to generate outlines in output PDF from slide pages and Markdown headings. When bumping dependency of Marp CLI, it is better to add corresponding configuration markdown.marp.pdf.outlines.

  • markdown.marp.pdf.outlines
    • off: No outlines added to PDF. (default)
    • pages: Outlines based on slide pages will add to PDF. (--pdf-outlines --pdf-outlines.pages --pdf-outlines.headings=false)
    • headings: Outlines based on Markdown headings will add to PDF. (--pdf-outlines --pdf-outlines.pages=false --pdf-outlines.headings)
    • both: Outlines based on both of slide pages and Markdown headings will add to PDF. (--pdf-outlines)
@yhatt yhatt added the enhancement New feature or request label Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant