diff --git a/app/views/content/show.html.erb b/app/views/content/show.html.erb
index 7c05f93e..2021ce03 100644
--- a/app/views/content/show.html.erb
+++ b/app/views/content/show.html.erb
@@ -33,7 +33,8 @@
Redcarpet::Render::HTML.new(
with_toc_data: true,
safe_links_only: true,
- filter_html: true
+ filter_html: true,
+ link_attributes: {target: '_blank'}
),
autolink: true,
tables: true,