mirror of
https://github.com/getzola/zola
synced 2025-03-04 15:07:11 +00:00
parent
145671ed20
commit
2fa442cead
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ pub fn markdown_to_html(content: &str, context: &RenderContext) -> Result<Render
|
|||
let mut has_summary = false;
|
||||
opts.insert(Options::ENABLE_TABLES);
|
||||
opts.insert(Options::ENABLE_FOOTNOTES);
|
||||
opts.insert(Options::ENABLE_STRIKETHROUGH);
|
||||
|
||||
{
|
||||
let mut events = Parser::new_ext(content, opts)
|
||||
|
|
Loading…
Add table
Reference in a new issue