Remove unwanted variable
parent
8b267efa2d
commit
0b095cf08a
|
@ -45,7 +45,6 @@ module Msf
|
||||||
|
|
||||||
def md_to_html(md)
|
def md_to_html(md)
|
||||||
r = Redcarpet::Markdown.new(Redcarpet::Render::MsfMdHTML, fenced_code_blocks: true)
|
r = Redcarpet::Markdown.new(Redcarpet::Render::MsfMdHTML, fenced_code_blocks: true)
|
||||||
css_path =
|
|
||||||
%Q|
|
%Q|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in New Issue