2019-11-20 03:35:58 +00:00
|
|
|
.sutty-editor-full
|
|
|
|
.sutty-editor-toolbar{ 'data-sutty-identifier': identifier }
|
|
|
|
%button.bold-btn= "bold"
|
|
|
|
%button.italic-btn= "italic"
|
|
|
|
%button.quote-btn= "quote"
|
|
|
|
%button.ul-btn= "ul"
|
|
|
|
%button.ol-btn= "ol"
|
|
|
|
%button.link-btn= "link"
|
|
|
|
%button.img-btn= "image"
|
|
|
|
%button.h1-btn= "h1"
|
|
|
|
%button.h2-btn= "h2"
|
|
|
|
.sutty-editor.sutty-editor-prosemirror.content{ 'data-sutty-identifier': identifier }
|
2019-11-07 16:11:48 +00:00
|
|
|
%textarea.form-control.sutty-editor.sutty-editor-content{ rows: 8,
|
|
|
|
'data-sutty-identifier': identifier, name: name }
|
|
|
|
= markdown
|