From cce2a88d71362b500d25335cd108c24a64bd491b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20Falvai?= Date: Fri, 3 Feb 2023 20:55:00 +0100 Subject: [PATCH] Enable hard wraps in paragraphs This makes the rendering consistent with Obsidian --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index a545ed815..91535baff 100644 --- a/config.toml +++ b/config.toml @@ -32,3 +32,4 @@ enableGitInfo = true publishDate = ["publishDate", "date"] [markup.goldmark.renderer] unsafe = true + hardWraps = true