mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Make content links open in a new tab
This commit is contained in:
parent
8308d5e30d
commit
a57459a14e
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user