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 &#8220;smart&#8221;
  punctuation. This is extremely useful if you prefer to compose documents using
  standard HTML, but don&#8217;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>&#8216;single quotes&#8217;</td>
      <td><pre>'single quotes'</pre></td>
    </tr>
    <tr>
      <td>&#8220;double quotes&#8221;</td>
      <td><pre>"double quotes"</pre></td>
    </tr>
    <tr>
      <td>&#8220;backtick quotes&#8221;</td>
      <td><pre>``backtick quotes''</pre></td>
    </tr>
    <tr>
      <td>John&#8217;s apostrophe</td>
      <td><pre>John's apostrophe</pre></td>
    </tr>
    <tr>
      <td>just an &#8211; en-dash</td>
      <td><pre>just an -- en-dash</pre></td>
    </tr>
    <tr>
      <td>just an&#8212;em-dash</td>
      <td><pre>just an---em-dash</pre></td>
    </tr>
    <tr>
      <td>ellipsis&#8230;</td>
      <td><pre>ellipsis...</pre></td>
    </tr>
  </tbody>
</table>

<p>SmartyPants ignores characters within <code>&lt;pre&gt;</code>,
  <code>&lt;code&gt;</code>, <code>&lt;kbd&gt;</code>, or
  <code>&lt;script&gt;</code> tag blocks.</p>

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
radiant-1.0.0 ruby-debug/ruby/1.8/gems/radiant-smarty_pants_filter-extension-1.0.2/smartypants.html
radiant-smarty_pants_filter-extension-1.0.2 smartypants.html
radiant-smarty_pants_filter-extension-1.0.1 smartypants.html
radiant-smarty_pants_filter-extension-1.0.0 smartypants.html
radiant-1.0.0.rc2 vendor/extensions/smarty_pants_filter/smartypants.html
radiant-1.0.0.rc1 vendor/extensions/smarty_pants_filter/smartypants.html
radiantcms-couchrest_model-0.1.4 vendor/extensions/smarty_pants_filter/smartypants.html
radiant-0.9.1 vendor/extensions/smarty_pants_filter/smartypants.html
radiant-0.9.0.rc2 vendor/extensions/markdown_filter/smartypants.html
radiant-rc-0.9.0 vendor/extensions/markdown_filter/smartypants.html