add tables
1 files changed, 1 insertions(+), 0 deletions(-) M src/main.rs
M src/main.rs => src/main.rs +1-0
@@ 312,6 312,7 @@ pub fn md_to_html(input: &str) -> String { let input = EmojiFormatter(input).to_string(); let mut options = Options::empty(); options.insert(Options::ENABLE_STRIKETHROUGH); options.insert(Options::ENABLE_TABLES); let parser = Parser::new_ext(&input, options); let mut html_output = String::new(); html::push_html(&mut html_output, parser);