Compare commits
No commits in common. "de2b1a7e37037cbe25e2e0f56a2697b29b4358f5" and "efcacf9f79c23be874aca5cf52aabd2d7db1d518" have entirely different histories.
de2b1a7e37
...
efcacf9f79
|
|
@ -49,7 +49,7 @@ const config: QuartzConfig = {
|
|||
}),
|
||||
Plugin.SyntaxHighlighting(),
|
||||
Plugin.Comments(),
|
||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false, comments: false }),
|
||||
Plugin.GitHubFlavoredMarkdown(),
|
||||
Plugin.CrawlLinks({ markdownLinkResolution: "relative" }),
|
||||
Plugin.Latex({ renderEngine: "katex" }),
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
export { FrontMatter } from "./frontmatter"
|
||||
export { Comments } from "./comments"
|
||||
export { GitHubFlavoredMarkdown } from "./gfm"
|
||||
export { CreatedModifiedDate } from "./lastmod"
|
||||
export { Latex } from "./latex"
|
||||
export { Description } from "./description"
|
||||
export { CrawlLinks } from "./links"
|
||||
export { ObsidianFlavoredMarkdown } from "./ofm"
|
||||
export { OxHugoFlavouredMarkdown } from "./oxhugofm"
|
||||
export { SyntaxHighlighting } from "./syntax"
|
||||
export { TableOfContents } from "./toc"
|
||||
export { HardLineBreaks } from "./linebreaks"
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
@use "./base.scss";
|
||||
|
||||
// put your custom CSS here!
|
||||
.text-comment
|
||||
{
|
||||
color: gray;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
Loading…
Reference in New Issue