Skip to content

Commit

Permalink
Specify commonmark when venue = "gh"; fixes #77
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Sep 27, 2017
1 parent 72a0bd9 commit dd62ff4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/whisker.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ yaml_gfm <- "
---
output:
md_document:
variant: markdown_github
pandoc_args: [
'-t', 'commonmark'
]
---"
yaml_gfm <- trim_ws(gsub("\\n", "\n#' ", yaml_gfm))

Expand Down

0 comments on commit dd62ff4

Please sign in to comment.