X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b6163f0fc29740b4d9953a8c1fe47875ce2ecab0..561f2f694adc8ac57011eac1eec5929425276c59:/app/views/site/_markdown_help.html.erb diff --git a/app/views/site/_markdown_help.html.erb b/app/views/site/_markdown_help.html.erb new file mode 100644 index 000000000..9c03ac6fe --- /dev/null +++ b/app/views/site/_markdown_help.html.erb @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<%= t "site.markdown_help.title" %>
<%= t "site.markdown_help.headings" %># <%= t "site.markdown_help.heading" %>
## <%= t "site.markdown_help.subheading" %>
<%= t "site.markdown_help.unordered" %>* <%= t "site.markdown_help.first" %>
* <%= t "site.markdown_help.second" %>
<%= t "site.markdown_help.ordered" %>1. <%= t "site.markdown_help.first" %>
2. <%= t "site.markdown_help.second" %>
<%= t "site.markdown_help.link" %>[<%= t "site.markdown_help.text" %>](<%= t "site.markdown_help.url" %>)
<%= t "site.markdown_help.image" %>![<%= t "site.markdown_help.alt" %>](<%= t "site.markdown_help.url" %>)