wekan/client/components/main/editor.jade

15 lines
296 B
Text
Raw Normal View History

template(name="editor")
textarea.editor(
2019-05-08 21:30:38 +03:00
dir="auto"
class="{{class}}"
id=id
autofocus=autofocus
placeholder="{{_ 'comment-placeholder'}}")
+Template.contentBlock
template(name="viewer")
2019-05-08 21:30:38 +03:00
.viewer(dir="auto")
+mentions
+markdown
{{> UI.contentBlock }}