From 097df1100008836e34f3f4de99750d981d4159b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Sat, 11 Nov 2023 14:57:21 +0100 Subject: [PATCH] feat(docs): add linking and output messages (#1831) --- docs/template-preview.md | 56 ++++++++++++++++++++++------ pkg/notifications/preview/tplprev.go | 4 +- 2 files changed, 46 insertions(+), 14 deletions(-) diff --git a/docs/template-preview.md b/docs/template-preview.md index 3ae4321..3d99ce9 100644 --- a/docs/template-preview.md +++ b/docs/template-preview.md @@ -40,7 +40,7 @@ } #tplprev button { border-radius: 0.1rem; - color: var(--md-typeset-color); + color: var(--md-primary-bg-color); background-color: var(--md-primary-fg-color); flex:1; min-width: 12ch; @@ -78,6 +78,8 @@ flex:1; width:100% } + #result b {color: var(--md-code-hl-special-color)} + #result i {color: var(--md-code-hl-keyword-color)} #tplprev .loading { position: absolute; inset: 0; @@ -90,12 +92,14 @@ -
+
loading wasm...
-