Skip to content

Commit b04d207

Browse files
committed
Set Pandoc source format to be 'org'
1 parent 5570a6e commit b04d207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/content.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ func getPandocContent(ctx *RenderingContext) []byte {
726726
" Leaving pandoc content unrendered.")
727727
return ctx.Content
728728
}
729-
args := []string{"--mathjax"}
729+
args := []string{"--mathjax", "--from=org"}
730730
return externallyRenderContent(ctx, path, args)
731731
}
732732

0 commit comments

Comments
 (0)