update markdown extensions

This commit is contained in:
Daniel Fichtinger 2025-07-06 21:04:16 -04:00
parent 12f4670533
commit eacaeba2ab
2 changed files with 9 additions and 6 deletions

View file

@ -59,9 +59,7 @@ IGNORELIST = [".marksman.toml"]
class ZonaConfig:
base_url: str = "/"
# dictionary where key is name, value is url
sitemap: SitemapConfig = field(
default_factory=lambda: {"Home": "/"}
)
sitemap: SitemapConfig = field(default_factory=lambda: {"Home": "/"})
# list of globs relative to content that should be ignored
ignore: list[str] = field(default_factory=lambda: IGNORELIST)
markdown: MarkdownConfig = field(default_factory=MarkdownConfig)