X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/550c4a3a45814fde5c809334c85f1ebc47659a82..2882a65d21fd5758c2a90d1cbd808103ab7b8000:/app/views/shared/_markdown_help.html.erb diff --git a/app/views/shared/_markdown_help.html.erb b/app/views/shared/_markdown_help.html.erb index 5bd8c4955..d2576bfcc 100644 --- a/app/views/shared/_markdown_help.html.erb +++ b/app/views/shared/_markdown_help.html.erb @@ -1,4 +1,6 @@ -
<%= t ".title_html" %>
+
+ <%= t ".heading_html", :kramdown_link => link_to(t(".kramdown"), t(".kramdown_url")) %> +
<%= t ".headings" %>
# <%= t ".heading" %>
@@ -16,4 +18,7 @@
<%= t ".image" %>
![<%= t ".alt" %>](<%= t ".url" %>)
+ +
<%= t ".codeblock" %>
+
~~~
<%= t ".codeblock" %>
~~~