mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
* Reorder Unified.js to fix #1132 * moved latex farther down for bette luck
This commit is contained in:
parent
3e0e06ff8a
commit
94fbf5b066
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,6 @@ const config: QuartzConfig = {
|
|||
Plugin.CreatedModifiedDate({
|
||||
priority: ["frontmatter", "filesystem"],
|
||||
}),
|
||||
Plugin.Latex({ renderEngine: "katex" }),
|
||||
Plugin.SyntaxHighlighting({
|
||||
theme: {
|
||||
light: "github-light",
|
||||
|
@ -69,6 +68,7 @@ const config: QuartzConfig = {
|
|||
Plugin.TableOfContents(),
|
||||
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
||||
Plugin.Description(),
|
||||
Plugin.Latex({ renderEngine: "katex" }),
|
||||
],
|
||||
filters: [Plugin.RemoveDrafts()],
|
||||
emitters: [
|
||||
|
|
Loading…
Reference in a new issue