From 45dcf9688429d99ad84d8118dcb5d662eef5d10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20T=C3=BD=C4=8D?= Date: Wed, 23 Mar 2022 22:38:28 +0100 Subject: [PATCH] Add an example of underline --- client/components/editor/markdown/help.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client/components/editor/markdown/help.vue b/client/components/editor/markdown/help.vue index 3ac3b3fc..116776fd 100644 --- a/client/components/editor/markdown/help.vue +++ b/client/components/editor/markdown/help.vue @@ -31,6 +31,17 @@ v-card.editor-markdown-help-result(flat) v-card-text .caption: em Lorem ipsum + .body-2.mt-3 Underline + v-layout(row) + v-flex(xs6) + v-card.editor-markdown-help-source(flat) + v-card-text + div _Lorem ipsum_ + v-icon mdi-chevron-right + v-flex + v-card.editor-markdown-help-result(flat) + v-card-text + .caption(style='text-decoration: underline;') Lorem ipsum .body-2.mt-3 Strikethrough v-layout(row) v-flex(xs6)