From 702dcbf210bcdd3cc084a07b76e68f82d453236a Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 19 Nov 2012 14:34:18 -0500 Subject: [PATCH] Document that three tildes is enough for a code block (imported from commit f50a9b0016f4c3e489258d1f3382fbc3b1c77189) --- templates/zephyr/markdown_help.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/zephyr/markdown_help.html b/templates/zephyr/markdown_help.html index 461b2f91e1..57abbc6866 100644 --- a/templates/zephyr/markdown_help.html +++ b/templates/zephyr/markdown_help.html @@ -45,19 +45,19 @@ Some inline code - ~~~~
+ ~~~
def bah():
    print "Humbug"
- ~~~~
+ ~~~
def bah():
     print "Humbug"
- ~~~~ .py
+ ~~~ .py
def bah():
    print "Humbug"
- ~~~~
+ ~~~
def bah():