Sha256: 283b17898d68cab5383410dedd15069cb93f5e4a2d5983cf64df2bdcba287b55
Contents?: true
Size: 1.54 KB
Versions: 3
Compression:
Stored size: 1.54 KB
Contents
<div id="TextileHelp" style="float: right; width: 250px; margin-top: 5px"> <h3>Textile formatting tips (<a href="#" onClick="quickRedReference(); return false;">advanced</a>)</h3> <table cellspacing="0" cellpadding="0"> <tr><td>_your text_</td><td class="arrow">→</td><td><em>your text</em></td></tr> <tr><td>*your text*</td><td class="arrow">→</td><td><strong>your text</strong></td></tr> <tr><td>%{color:red}hello%</td><td class="arrow">→</td><td><span style="color: red;">hello</span></td></tr> <tr><td>* Bulleted list<br />* Second item</td><td class="arrow">→</td><td>• Bulleted list<br />• Second item</td></tr> <tr><td># Numbered list<br /># Second item</td><td class="arrow">→</td><td>1. Numbered list<br />2. Second item</td></tr> <tr><td>"linkname":URL</td><td class="arrow">→</td><td><a href="URL">linkname</a></td></tr> <tr><td>|a|table|row|<br />|b|table|row|</td><td class="arrow">→</td><td>Table</td></tr> <tr><td>http://url<br />email@address.com</td><td class="arrow">→</td><td>Auto-linked</td></tr> <tr><td>!imageURL!</td><td class="arrow">→</td><td>Image</td></tr> </table> <%= sub_template "wiki_words_help" %> </div> <script language="JavaScript"> function quickRedReference() { window.open( "http://hobix.com/textile/quick.html", "redRef", "height=600,width=550,channelmode=0,dependent=0," + "directories=0,fullscreen=0,location=0,menubar=0," + "resizable=0,scrollbars=1,status=1,toolbar=0" ); } </script>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
Pimki-1.4.092 | app/views/textile_help.rhtml |
Pimki-1.5.092 | app/views/textile_help.rhtml |
Pimki-1.6.092 | app/views/textile_help.rhtml |