1
Fork 0

End of pulldown switch and remove completely hoedown

This commit is contained in:
Guillaume Gomez 2017-03-10 14:06:24 +01:00
parent c9415eb98f
commit b96fef8411
7 changed files with 216 additions and 490 deletions

View file

@ -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!(