9 lines
606 B
Plaintext
9 lines
606 B
Plaintext
<span>
|
|
<button type=button id="post-editor-bold" title="Insert Bold">B</button>
|
|
<button type=button id="post-editor-italics" title="Insert Italics">I</button>
|
|
<button type=button id="post-editor-strike" title="Insert Strikethrough">S</button>
|
|
<button type=button id="post-editor-code" title="Insert Code block">Code</button>
|
|
</span>
|
|
<textarea class="babycode-editor" name="<%= ta_name %>" id="<%= ta_id or "post_content" %>" placeholder="<%= ta_placeholder or "Post body"%>" <%= not optional and "required" or "" %>><%- prefill or "" %></textarea>
|
|
<script src="/static/js/post-editor.js"></script>
|