From 2c83425b42a6fe706f5c9b7649bce5b2ea7db8b5 Mon Sep 17 00:00:00 2001 From: "Emma C. Pointer-Null" Date: Wed, 30 Mar 2022 00:26:43 -0400 Subject: [PATCH] Make newlines behave like GitHub (#441) fixes #440, fixes #436 too somehow --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 867708149..00d6a430c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -268,7 +268,7 @@ export default { preset: 'default', html: true, linkify: true, - breaks: true, + breaks: false, }, loading: { color: 'green',