1

Ajustements pour un formatage français

This commit is contained in:
2026-04-07 23:51:55 +02:00
parent 46b5bc64b0
commit 24cb6c28bd
2 changed files with 7 additions and 1 deletions

View File

@@ -6,6 +6,12 @@ goldmark:
title: true title: true
renderer: renderer:
unsafe: true unsafe: true
extensions:
typographer:
apostrophe: "’"
leftDoubleQuote: "« "
rightDoubleQuote: " »"
ellipsis: "…"
tableOfContents: tableOfContents:
ordered: true ordered: true
highlight: highlight:

View File

@@ -330,4 +330,4 @@ main > section:nth-of-type(3n+2) {
main > section:nth-of-type(3n), main > section:nth-of-type(3n),
main > aside:last-child { main > aside:last-child {
border-top-color: var(--color-section-divider-3); border-top-color: var(--color-section-divider-3);
} }