mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Thanks to BabyFnord and xet7 ! Fixes #5012, fixes #3003, fixes #3399, fixes #2968, fixes #2933
17 lines
454 B
Text
17 lines
454 B
Text
template(name="editor")
|
|
a.fa.fa-brands.fa-markdown(title="{{_ 'convert-to-markdown'}}")
|
|
a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
|
|
span.copied-tooltip {{_ 'copied'}}
|
|
textarea.editor(
|
|
dir="auto"
|
|
class="{{class}}"
|
|
id=id
|
|
autofocus=autofocus
|
|
placeholder="{{_ 'comment-placeholder'}}")
|
|
+Template.contentBlock
|
|
|
|
template(name="viewer")
|
|
.viewer(dir="auto")
|
|
+mentions
|
|
+markdown
|
|
{{> UI.contentBlock }}
|