From 1f8340ca3cf3db241e56000bb01f6fb38339502e Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Tue, 9 Jun 2020 22:57:51 +0200 Subject: [PATCH] Remove [[ ]] around tags --- editor/src/styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/editor/src/styles.scss b/editor/src/styles.scss index 3299c28..b4b1517 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -20,6 +20,12 @@ body { content: "]]"; color: #ccc; } +.content a.tag::before { + content: ""; +} +.content a.tag::after { + content: ""; +} @supports (font-variation-settings: normal) { html {