The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix CreatedModifiedDate.md (#1281)

Fixed a broken parentheses correspondence for code fragments that appear in the documentation.

authored by

sou7 and committed by
GitHub
b37c4089 f37dbe1a

+1 -1
+1 -1
docs/plugins/CreatedModifiedDate.md
··· 11 11 12 12 This plugin accepts the following configuration options: 13 13 14 - - `priority`: The data sources to consult for date information. Highest priority first. Possible values are `"frontmatter"`, `"git"`, and `"filesystem"`. Defaults to `"frontmatter", "git", "filesystem"]`. 14 + - `priority`: The data sources to consult for date information. Highest priority first. Possible values are `"frontmatter"`, `"git"`, and `"filesystem"`. Defaults to `["frontmatter", "git", "filesystem"]`. 15 15 16 16 > [!warning] 17 17 > If you rely on `git` for dates, make sure `defaultDateType` is set to `modified` in `quartz.config.ts`.