]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/shared/_markdown_help.html.erb
Merge pull request #4401 from KasperFranz/buried-wikidata
[rails.git] / app / views / shared / _markdown_help.html.erb
index 9097c9d9174c162b55cfddea5f37bc95e2fb6bf7..d2576bfcc959d81580cac5730f3159d039104fa6 100644 (file)
@@ -18,4 +18,7 @@
 
   <dt><%= t ".image" %></dt>
   <dd>![<%= t ".alt" %>](<%= t ".url" %>)</dd>
+
+  <dt><%= t ".codeblock" %></dt>
+  <dd>~~~<br><%= t ".codeblock" %><br>~~~</dd>
 </dl>