End of pulldown switch and remove completely hoedown
This commit is contained in:
parent
c9415eb98f
commit
b96fef8411
7 changed files with 216 additions and 490 deletions
|
@ -94,7 +94,7 @@ pub fn render(input: &str, mut output: PathBuf, matches: &getopts::Matches,
|
|||
let rendered = if include_toc {
|
||||
format!("{}", MarkdownWithToc(text))
|
||||
} else {
|
||||
format!("{}", Markdown(text))
|
||||
format!("{}", Markdown(text, false))
|
||||
};
|
||||
|
||||
let err = write!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue