revert: "fix(callout): reorder the plugins to render latex on callout… (#965)
This reverts commit 018c6358c4c00be319ccc00df84f9be02e7845b4.
| | |
| | | Plugin.CreatedModifiedDate({ |
| | | priority: ["frontmatter", "filesystem"], |
| | | }), |
| | | Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), |
| | | Plugin.Latex({ renderEngine: "katex" }), |
| | | Plugin.SyntaxHighlighting({ |
| | | theme: { |
| | |
| | | }, |
| | | keepBackground: false, |
| | | }), |
| | | Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), |
| | | Plugin.GitHubFlavoredMarkdown(), |
| | | Plugin.TableOfContents(), |
| | | Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }), |