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():