update markdown extensions
This commit is contained in:
parent
12f4670533
commit
eacaeba2ab
2 changed files with 9 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue