X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4abd9cfcf19701bf43322374c5df6dd586449e54..f73b7205f42ac690ee659f4a92d86a56138a7ea2:/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" %>
~~~