Sha256: eb9e77c96145c48f2ec530b2876f3c0628a058f1c031fcc72ae61c798693bb2c
Contents?: true
Size: 306 Bytes
Versions: 38
Compression:
Stored size: 306 Bytes
Contents
module Account::MarkdownHelper def markdown(string) Commonmarker.to_html(string, options: { extensions: {header_ids: true}, plugins: {syntax_highlighter: {theme: "InspiredGitHub"}}, render: {width: 120, unsafe: true} }).gsub(/<(\/)?script/, '<\\1script').html_safe end end
Version data entries
38 entries across 38 versions & 1 rubygems