summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2017-01-08 08:55:31 +0100
committerjomo <github@jomo.tv>2017-01-08 08:55:31 +0100
commit992406a20b90d47d1ef8a9b4f8d0c599590a1171 (patch)
tree2a25534ee6453194624a3efac434b343eb59134b
parent61edf2788833e9cc1acd5e697e31c31ed3962bdb (diff)
allow markdown emphasis inside of words
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index a147945..1419391 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -28,7 +28,6 @@ module ApplicationHelper
link_attributes: {rel: "nofollow"}
})
md = Redcarpet::Markdown.new(renderer, {
- no_intra_emphasis: true,
tables: true,
fenced_code_blocks: true,
autolink: true,
@@ -53,7 +52,6 @@ module ApplicationHelper
hard_wrap: true,
})
md = Redcarpet::Markdown.new(renderer, {
- no_intra_emphasis: true,
tables: true,
fenced_code_blocks: true,
autolink: true,