# HG changeset patch # User Brian Neal # Date 1299360552 0 # Node ID 1688873085e08885247fb6090a45c2a2c494f81b # Parent b76af55aafe426d9a8f85e5835ced601824c7433 Updated the markdown help template for the new strikethrough and newline handling. diff -r b76af55aafe4 -r 1688873085e0 gpp/templates/core/markdown_help.html --- a/gpp/templates/core/markdown_help.html Sat Mar 05 21:00:00 2011 +0000 +++ b/gpp/templates/core/markdown_help.html Sat Mar 05 21:29:12 2011 +0000 @@ -17,11 +17,11 @@ Manual Line Breaks
To insert a line break  
-end a line with two or more spaces.
+just type return.
 

To insert a line break
- end a line with two or more spaces.

+ just type return.

@@ -30,11 +30,17 @@
*italic*
 _italic_
 **bold**
-__bold__
+__bold__ +***bold and italic*** +___bold and italic___ + italic
italic
bold
- bold + bold
+ bold and italic
+ bold and italic + Inline links @@ -159,7 +165,7 @@ Strikethrough -
--This text is deleted--
+
---This text is deleted---
This text is deleted