Sha256: 57fc1759aea1bf183b2ed20345fa866d879cf9326d3233488e9f8e1948dfb4b9
Contents?: true
Size: 1.34 KB
Versions: 10
Compression:
Stored size: 1.34 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"> <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
10 entries across 10 versions & 4 rubygems