The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 18 lines 743 B view raw view rendered
1--- 2title: HardLineBreaks 3tags: 4 - plugin/transformer 5--- 6 7This plugin automatically converts single line breaks in Markdown text into hard line breaks in the HTML output. This plugin is not enabled by default as this doesn't follow the semantics of actual Markdown but you may enable it if you'd like parity with [[Obsidian compatibility|Obsidian]]. 8 9> [!note] 10> For information on how to add, remove or configure plugins, see the [[configuration#Plugins|Configuration]] page. 11 12This plugin has no configuration options. 13 14## API 15 16- Category: Transformer 17- Function name: `Plugin.HardLineBreaks()`. 18- Source: [`quartz/plugins/transformers/linebreaks.ts`](https://github.com/jackyzha0/quartz/blob/v4/quartz/plugins/transformers/linebreaks.ts).