Sha256: 590001a6df191bae0717496606e1aa994036816f591ae412dd3fb6d3ab1e29ba
Contents?: true
Size: 1.43 KB
Versions: 26
Compression:
Stored size: 1.43 KB
Contents
<p><a href="http://daringfireball.net/projects/smartypants/" target="_blank">SmartyPants</a> is a simple text filter that will curl quotes and insert “smart” punctuation. This is extremely useful if you prefer to compose documents using standard HTML, but don’t want to worry about quotes and punctuation.</p> <table id="filter-reference-table" border="0" cellpadding="0" cellspacing="0"> <thead> <tr> <th>To see this:</th> <th>Type this:</th> <tr> </thead> <tbody> <tr> <td>‘single quotes’</td> <td><pre>'single quotes'</pre></td> </tr> <tr> <td>“double quotes”</td> <td><pre>"double quotes"</pre></td> </tr> <tr> <td>“backtick quotes”</td> <td><pre>``backtick quotes''</pre></td> </tr> <tr> <td>John’s apostrophe</td> <td><pre>John's apostrophe</pre></td> </tr> <tr> <td>just an – en-dash</td> <td><pre>just an -- en-dash</pre></td> </tr> <tr> <td>just an—em-dash</td> <td><pre>just an---em-dash</pre></td> </tr> <tr> <td>ellipsis…</td> <td><pre>ellipsis...</pre></td> </tr> </tbody> </table> <p>SmartyPants ignores characters within <code><pre></code>, <code><code></code>, <code><kbd></code>, or <code><script></code> tag blocks.</p>
Version data entries
26 entries across 26 versions & 2 rubygems