sou7
2024-07-16 b37c408985878b04f6474c473e2b98c0fec728ab
Fix CreatedModifiedDate.md (#1281)

Fixed a broken parentheses correspondence for code fragments that appear in the documentation.
1 files modified
2 ■■■ changed files
docs/plugins/CreatedModifiedDate.md 2 ●●● patch | view | raw | blame | history
docs/plugins/CreatedModifiedDate.md
@@ -11,7 +11,7 @@
This plugin accepts the following configuration options:
- `priority`: The data sources to consult for date information. Highest priority first. Possible values are `"frontmatter"`, `"git"`, and `"filesystem"`. Defaults to `"frontmatter", "git", "filesystem"]`.
- `priority`: The data sources to consult for date information. Highest priority first. Possible values are `"frontmatter"`, `"git"`, and `"filesystem"`. Defaults to `["frontmatter", "git", "filesystem"]`.
> [!warning]
> If you rely on `git` for dates, make sure `defaultDateType` is set to `modified` in `quartz.config.ts`.