We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf5378 commit a815e97Copy full SHA for a815e97
app/helpers/application_helper.rb
@@ -8,13 +8,15 @@ def markdown(text)
8
hard_wrap: true,
9
link_attributes: {rel: 'nofollow', target: '_blank'},
10
space_after_headers: true,
11
- fenced_code_blocks: true,
12
}
13
14
extensions = {
15
autolink: true,
16
- superscript: true,
17
disable_indented_code_blocks: true,
+ fenced_code_blocks: true,
+ strikethrough: true,
18
+ superscript: true,
19
+ tables: true,
20
21
22
renderer = Redcarpet::Render::HTML.new(options)
0 commit comments