wekan/client/components/main/editor.jade

14 lines
269 B
Text
Raw Normal View History

template(name="editor")
textarea.editor(
class="{{class}}"
id=id
autofocus=autofocus
placeholder="{{_ 'comment-placeholder'}}")
+Template.contentBlock
template(name="viewer")
.viewer
+mentions
+markdown
{{> UI.contentBlock }}