Add code blocks markdown guidance

Closes #4441
This commit is contained in:
Altilunium 2023-12-29 19:08:57 +00:00 committed by Tom Hughes
parent ee56d1057d
commit 47e56741d0
2 changed files with 4 additions and 0 deletions

View 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>