| | |
| | | plugins: { |
| | | transformers: [ |
| | | Plugin.FrontMatter(), |
| | | Plugin.TableOfContents(), |
| | | Plugin.CreatedModifiedDate({ |
| | | priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower |
| | | // you can add 'git' here for last modified from Git |
| | | // if you do rely on git for dates, ensure defaultDateType is 'modified' |
| | | priority: ["frontmatter", "filesystem"], |
| | | }), |
| | | Plugin.Latex({ renderEngine: "katex" }), |
| | | Plugin.SyntaxHighlighting(), |
| | | Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), |
| | | Plugin.GitHubFlavoredMarkdown(), |
| | | Plugin.TableOfContents(), |
| | | Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }), |
| | | Plugin.Latex({ renderEngine: "katex" }), |
| | | Plugin.Description(), |
| | | ], |
| | | filters: [Plugin.RemoveDrafts()], |