Mercurial > public > sg101
diff gpp/templates/core/markdown_help.html @ 356:f54bf3b3bece
Fix 180; Add strikethrough capability to markdown via an extension. Also control in SVN the extensions we are using.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 04 Mar 2011 02:10:37 +0000 |
parents | b783a555cd87 |
children | 1688873085e0 |
line wrap: on
line diff
--- a/gpp/templates/core/markdown_help.html Fri Mar 04 01:34:43 2011 +0000 +++ b/gpp/templates/core/markdown_help.html Fri Mar 04 02:10:37 2011 +0000 @@ -157,6 +157,11 @@ <td><pre>###### Header 6</pre></td> <td><h6>Header 6</h6></td> </tr> + <tr> + <th>Strikethrough</th> + <td><pre>--This text is deleted--</pre></td> + <td><del>This text is deleted</del></td> + </tr> </table> <p> More help: