Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set Pandoc source format to be 'org'
  • Loading branch information
kirubakaran committed Nov 11, 2018
1 parent 5570a6e commit b04d207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/content.go
Expand Up @@ -726,7 +726,7 @@ func getPandocContent(ctx *RenderingContext) []byte {
" Leaving pandoc content unrendered.")
return ctx.Content
}
args := []string{"--mathjax"}
args := []string{"--mathjax", "--from=org"}
return externallyRenderContent(ctx, path, args)
}

Expand Down

0 comments on commit b04d207

Please sign in to comment.