Skip to content

Commit 5033065

Browse files
Add Plugin.HardLineBreaks() to quartz.config.ts
1 parent d182990 commit 5033065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quartz.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const config: QuartzConfig = {
6969
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
7070
Plugin.Description(),
7171
Plugin.Latex({ renderEngine: "katex" }),
72+
Plugin.HardLineBreaks(),
7273
],
7374
filters: [Plugin.RemoveDrafts()],
7475
emitters: [

0 commit comments

Comments
 (0)