diff --git a/app/views/shared/_markdown_help.html.erb b/app/views/shared/_markdown_help.html.erb
index 9097c9d91..d2576bfcc 100644
--- a/app/views/shared/_markdown_help.html.erb
+++ b/app/views/shared/_markdown_help.html.erb
@@ -18,4 +18,7 @@
<%= t ".image" %>

+
+ <%= t ".codeblock" %>
+ ~~~
<%= t ".codeblock" %>
~~~
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 14e9b5c44..792dcdef1 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1870,6 +1870,7 @@ en:
image: Image
alt: Alt text
url: URL
+ codeblock: Code block
richtext_field:
edit: Edit
preview: Preview