Sha256: 4f1bc52253823aa4928e8093be556d1abae425090ed52ec7802b96562eaaca01
Contents?: true
Size: 967 Bytes
Versions: 4
Compression:
Stored size: 967 Bytes
Contents
<%= erb :'_editor_setup' %> <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> <tr> <td> <!-- first column --> <span> Use <select id='note-lib'></select> </span> <a id='output-update' href='#'>[ Update ]</a> <a id='input-toggle' href='#'>[ Use White Color Theme ]</a> <!-- nb: div will break/start new line --> <div id='output-loading'></div> </td> <td style='vertical-align: top;'> <!-- second column --> <a id='output-toggle' href='#'>[ Show HTML ]</a> </td> </tr> </table>
Version data entries
4 entries across 4 versions & 2 rubygems