9 lines
596 B
Plaintext
9 lines
596 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="babycode-content" placeholder="<%= ta_placeholder or "Post body"%>" <%= not optional and "required" or "" %>><%- prefill or "" %></textarea>
|
|
<script src="/static/js/babycode-editor.js"></script>
|