Skip to content

Commit 5d194a4

Browse files
committed
docs: update README and examples for frontmatter stripping
1 parent aacc345 commit 5d194a4

19 files changed

Lines changed: 19 additions & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Use `Input.HTMLOnly: true` to skip PDF generation and only produce HTML.
106106
- **Batch conversion** - Process directories with parallel workers
107107
- **Cover pages** - Title, subtitle, logo, author, organization, date, version
108108
- **Table of contents** - Auto-generated from headings with configurable depth
109+
- **Frontmatter stripping** - YAML frontmatter (`---` blocks) stripped before conversion
109110
- **Custom styling** - Embedded themes or your own CSS ([some limitations](#known-limitations))
110111
- **Page settings** - Size (letter, A4, legal), orientation, margins
111112
- **Signatures** - Name, title, email, photo, links
@@ -1018,7 +1019,6 @@ These are intentional to keep the tool simple:
10181019
| LaTeX/MathJax | Adds complexity, requires external tools | Pre-render as PNG/SVG |
10191020
| Wikilinks `[[...]]` | Not relevant for PDF output | Use `[text](url)` |
10201021
| Admonitions `:::` | Not implemented | Use blockquotes |
1021-
| YAML front-matter | Separates content from presentation | Use `-c config.yaml` |
10221022

10231023
### Chrome PDF Engine
10241024

examples/full-academic.pdf

0 Bytes
Binary file not shown.

examples/full-corporate.pdf

0 Bytes
Binary file not shown.

examples/full-creative.pdf

0 Bytes
Binary file not shown.

examples/full-default.pdf

0 Bytes
Binary file not shown.

examples/full-featured.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: API Security Audit Report
3+
subtitle: Northwind Trading Platform Q4 2024
4+
author: Security Team
5+
date: 2024-12-15
6+
version: 1.0
7+
classification: CONFIDENTIAL
8+
tags: [security, audit, api, vulnerabilities]
9+
reviewer: Chief Security Officer
10+
---
11+
112
# API Security Audit Report
213

314
## Executive Summary

examples/full-invoice.pdf

0 Bytes
Binary file not shown.

examples/full-legal.pdf

0 Bytes
Binary file not shown.

examples/full-manuscript.pdf

0 Bytes
Binary file not shown.

examples/full-technical.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)