4f62c6b346404f393336105efa44d9ead4028252
config.rb
| ... | ... | @@ -1 +1,4 @@ |
| 1 | 1 | Precious::App.set(:wiki_options, { :index_page => 'README' }) |
| 2 | +GitHub::Markup::Markdown::MARKDOWN_GEMS['commonmarker'] = proc { |content, options: {}| |
|
| 3 | + CommonMarker.render_html(content, [:UNSAFE, :GITHUB_PRE_LANG], [:tagfilter, :autolink, :table, :strikethrough]) |
|
| 4 | +} |