Make content links open in a new tab

This commit is contained in:
Steven Wallace 2016-11-26 12:43:05 -06:00 committed by GitHub
parent 8308d5e30d
commit a57459a14e

View File

@ -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,