Feature: Convert to Markdown button at editor of Card Description and Comment. Useful when there is no WYSIWYG editor.

Thanks to BabyFnord and xet7 !

Fixes #5012,
fixes #3003,
fixes #3399,
fixes #2968,
fixes #2933
This commit is contained in:
Lauri Ojansivu 2023-10-03 06:38:15 -04:00
parent 0e902d73a8
commit 069e2c69b2
6 changed files with 26 additions and 78 deletions

View file

@ -1,3 +1,10 @@
.new-comment a.fa.fa-brands.fa-markdown,
.inlined-form a.fa.fa-brands.fa-markdown {
float: right;
position: relative;
top: 20px;
right: 56px;
}
.new-comment a.fa.fa-copy,
.inlined-form a.fa.fa-copy {
float: right;