From 826a66b131f5e1245bc16e2b2f74ae88b00ee481 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 21 Mar 2023 08:12:26 +0200 Subject: docs: document dropping PDF support Sponsored-by: author --- DECISIONS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'DECISIONS.md') diff --git a/DECISIONS.md b/DECISIONS.md index 98422fb..0f12fc9 100644 --- a/DECISIONS.md +++ b/DECISIONS.md @@ -13,6 +13,21 @@ Each decision should have its own heading. Newest decision should come first. Updated or overturned decisions should have their section updated to note their status, without moving them. +## Output format for `docgen` + +Date: 2023-03-21 + +What: `subplot docgen` will only support HTML as the output format. We +no longer support PDF. + +Why: We want to drop support of Pandoc for parsing markdown input +files, and this is simpler to achieve if we don't need to support PDF +output, as it relieves us from the need to produce an abstract syntax +tree in the Pandoc representation. Producing PDF without a Pandoc AST +is trickier. + +Who: Daniel, Lars + ## Minimum Supported Rust Version Date: 2023-03-21 -- cgit v1.2.1