summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,