Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / radiant_extensions_plugins / extensions / markdown_filter / .svn / text-base / smartypants.html.svn-base
blobd1cfeaa2a778a23b95657e557c301bdeb4c0fa84
1 <p><a href="http://daringfireball.net/projects/smartypants/" target="_blank">SmartyPants</a>\r
2   is a simple text filter that will curl quotes and insert &#8220;smart&#8221;\r
3   punctuation. This is extremely useful if you prefer to compose documents using\r
4   standard HTML, but don&#8217;t want to worry about quotes and punctuation.</p>\r
5 \r
6 <table id="filter-reference-table" border="0" cellpadding="0" cellspacing="0">\r
7   <thead>\r
8     <tr>\r
9       <th>To see this:</th>\r
10       <th>Type this:</th>\r
11     <tr>\r
12   </thead>\r
13   <tbody>\r
14     <tr>\r
15       <td>&#8216;single quotes&#8217;</td>\r
16       <td><pre>'single quotes'</pre></td>\r
17     </tr>\r
18     <tr>\r
19       <td>&#8220;double quotes&#8221;</td>\r
20       <td><pre>"double quotes"</pre></td>\r
21     </tr>\r
22     <tr>\r
23       <td>&#8220;backtick quotes&#8221;</td>\r
24       <td><pre>``backtick quotes''</pre></td>\r
25     </tr>\r
26     <tr>\r
27       <td>John&#8217;s apostrophe</td>\r
28       <td><pre>John's apostrophe</pre></td>\r
29     </tr>\r
30     <tr>\r
31       <td>just an &#8211; en-dash</td>\r
32       <td><pre>just an -- en-dash</pre></td>\r
33     </tr>\r
34     <tr>\r
35       <td>just an&#8212;em-dash</td>\r
36       <td><pre>just an---em-dash</pre></td>\r
37     </tr>\r
38     <tr>\r
39       <td>ellipsis&#8230;</td>\r
40       <td><pre>ellipsis...</pre></td>\r
41     </tr>\r
42   </tbody>\r
43 </table>\r
45 <p>SmartyPants ignores characters within <code>&lt;pre&gt;</code>,\r
46   <code>&lt;code&gt;</code>, <code>&lt;kbd&gt;</code>, or\r
47   <code>&lt;script&gt;</code> tag blocks.</p>\r