From f40cfb29a84533e5c348105e26baa64cd9ebb50d Mon Sep 17 00:00:00 2001 From: Simon Mattila Date: Tue, 24 Sep 2019 13:58:52 +0200 Subject: [PATCH] Remove escaping --- src/.vuepress/config/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config/plugins.js b/src/.vuepress/config/plugins.js index d9c01f56..8170d3bb 100644 --- a/src/.vuepress/config/plugins.js +++ b/src/.vuepress/config/plugins.js @@ -12,7 +12,7 @@ module.exports = [ 'container', { type: 'expander', - before: info => `
${info}\n`, + before: info => `
${info}\n`, after: '
\n' } ]