From 262f22e81e0abfc693d4beed07296635c1d69576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Tue, 27 Dec 2022 18:33:43 +0100 Subject: [PATCH] fix: Update/Release for Quarto v1.2 Fixes #4 --- README.md | 9 ++++++++- _extensions/letter/_extension.yml | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5a81dc..ea918bf 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ or in your document yaml format: letter-pdf ``` +It's possible to change the subject title and the subject suffix, e.g., for a French letter: + +```yaml +subject-title: Objet +subject-suffix: " :" +``` + You can view a preview of the rendered template at . -[^1]: Currently only PDF is supported but HTML support will be added as soon as Paged.js is made available in [Quarto](https://quarto.org). \ No newline at end of file +[^1]: Currently only PDF is supported but HTML support will be added as soon as Paged.js is made available in [Quarto](https://quarto.org). diff --git a/_extensions/letter/_extension.yml b/_extensions/letter/_extension.yml index c7c1f17..bef9c84 100644 --- a/_extensions/letter/_extension.yml +++ b/_extensions/letter/_extension.yml @@ -1,6 +1,7 @@ title: Letter Format Template author: MickaĆ«l Canouil -version: 0.1.0 +version: 1.0.0 +quarto-required: ">=1.2.280" contributes: formats: common: