From 24cb6c28bd0271e420ba15f8fd08f984abe97768 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Tue, 7 Apr 2026 23:51:55 +0200 Subject: [PATCH] =?UTF-8?q?Ajustements=20pour=20un=20formatage=20fran?= =?UTF-8?q?=C3=A7ais?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/markup.yaml | 6 ++++++ themes/2026/assets/css/base.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/_default/markup.yaml b/config/_default/markup.yaml index 0787d5d4..993cfce4 100644 --- a/config/_default/markup.yaml +++ b/config/_default/markup.yaml @@ -6,6 +6,12 @@ goldmark: title: true renderer: unsafe: true + extensions: + typographer: + apostrophe: "’" + leftDoubleQuote: "« " + rightDoubleQuote: " »" + ellipsis: "…" tableOfContents: ordered: true highlight: diff --git a/themes/2026/assets/css/base.css b/themes/2026/assets/css/base.css index b250a921..f8093f18 100644 --- a/themes/2026/assets/css/base.css +++ b/themes/2026/assets/css/base.css @@ -330,4 +330,4 @@ main > section:nth-of-type(3n+2) { main > section:nth-of-type(3n), main > aside:last-child { border-top-color: var(--color-section-divider-3); -} +} \ No newline at end of file