diff --git a/app/views/global/_markdownhelp.html.erb b/app/views/global/_markdownhelp.html.erb index 896b722..6078e25 100644 --- a/app/views/global/_markdownhelp.html.erb +++ b/app/views/global/_markdownhelp.html.erb @@ -12,6 +12,10 @@ struck-through surround text with ~~two tilde characters~~ + + fixed width + surround text with `backticks` + linked text @@ -27,7 +31,6 @@ text prefix text with at least    4 spaces - <% if defined?(allow_images) && allow_images %> (inline image) @@ -35,6 +38,5 @@ story text <% end %> -