Browse Source

Merge 45dcf96884 into 41d3ba4312

pull/5114/merge
Matěj Týč 1 month ago
committed by GitHub
parent
commit
605e02f420
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions
  1. 11
      client/components/editor/markdown/help.vue

11
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)

Loading…
Cancel
Save