Sha256: 6abf432a0c3ccfc6720dd4e137167d6023b522017327c8a000136d821d3037e3
Contents?: true
Size: 991 Bytes
Versions: 2
Compression:
Stored size: 991 Bytes
Contents
<%= erb :'_editor_setup' %> <table width="100%"> <tr> <td> <span> Use <select id='note-lib'></select> </span> <br> <a id='output-update' href='#'>[ Update ]</a> <!-- nb: div will break/start new line --> <div id='output-loading'></div> </td> <td> <div style="font-size: 80%;"> Options: <br> <a id='input-toggle' href='#'>[ Use White Color Theme ]</a> <a id='output-toggle' href='#'>[ Show HTML ]</a> </div> </td> <div> <table width='100%'> <colgroup> <col width='50%'> <col width='50%'> </colgroup> <tr> <td> <!-- first column --> <div id='input'> <textarea id='note' class='black'></textarea> </div> </td> <td style='vertical-align: top;'> <!-- second column --> <div id='output' class='markdown'></div> <textarea id='output-source' readonly='readonly'></textarea> </td> </tr> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kramdown-service-1.0.0 | lib/kramdown/service/views/_editor.erb |
kramdown-service-0.3.0 | lib/kramdown/service/views/_editor.erb |