We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581910c commit 3c6ffafCopy full SHA for 3c6ffaf
lib/docurium.rb
@@ -421,7 +421,7 @@ def update_globals!(data, recs)
421
422
file_map = {}
423
424
- md = Redcarpet::Markdown.new Redcarpet::Render::HTML, :no_intra_emphasis => true
+ md = Redcarpet::Markdown.new(Redcarpet::Render::HTML.new({}), :no_intra_emphasis => true)
425
recs.each do |r|
426
427
# initialize filemap for this file
0 commit comments