Skip to content

Commit

Permalink
Merge pull request #7 from wracce/feature/fix-line-breaks
Browse files Browse the repository at this point in the history
enable HardLineBreaks plugin
  • Loading branch information
punkhomov authored Aug 14, 2024
2 parents 9c8f51a + 330115a commit 9e59c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const config: QuartzConfig = {
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
Plugin.Description(),
Plugin.Latex({ renderEngine: "katex" }),
Plugin.HardLineBreaks(),
],
filters: [Plugin.RemoveDrafts()],
emitters: [
Expand Down

0 comments on commit 9e59c0e

Please sign in to comment.