Matěj Týč
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
11 additions and
0 deletions
-
client/components/editor/markdown/help.vue
|
@ -31,6 +31,17 @@ |
|
|
v-card.editor-markdown-help-result(flat) |
|
|
v-card.editor-markdown-help-result(flat) |
|
|
v-card-text |
|
|
v-card-text |
|
|
.caption: em Lorem ipsum |
|
|
.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 |
|
|
.body-2.mt-3 Strikethrough |
|
|
v-layout(row) |
|
|
v-layout(row) |
|
|
v-flex(xs6) |
|
|
v-flex(xs6) |
|
|