Fix CreatedModifiedDate.md (#1281)
Fixed a broken parentheses correspondence for code fragments that appear in the documentation.
| | |
| | | |
| | | 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`. |