From b37c408985878b04f6474c473e2b98c0fec728ab Mon Sep 17 00:00:00 2001 From: sou7 <17077205+soukouki@users.noreply.github.com> Date: Wed, 17 Jul 2024 01:08:58 +0900 Subject: [PATCH] Fix CreatedModifiedDate.md (#1281) Fixed a broken parentheses correspondence for code fragments that appear in the documentation. --- docs/plugins/CreatedModifiedDate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/CreatedModifiedDate.md b/docs/plugins/CreatedModifiedDate.md index 5d772aa..f4134c4 100644 --- a/docs/plugins/CreatedModifiedDate.md +++ b/docs/plugins/CreatedModifiedDate.md @@ -11,7 +11,7 @@ This plugin determines the created, modified, and published dates for a document 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`.