cogsci2016 icon indicating copy to clipboard operation
cogsci2016 copied to clipboard

Support md_extensions or variant in YAML

Open hawkrobe opened this issue 5 years ago • 0 comments

RMarkdown usually allows you to modify templates with variants or Markdown extensions like this:

---
title: "Habits"
output:
  html_document:
    md_extensions: -autolink_bare_uris+hard_line_breaks
---

I tried to get this to work a few different ways with the cogsci2016 template, but I think the arguments are not getting passed through?

The practical context in which this came up: Markdown sometimes auto-breaks section titles in terrible ways and apparently the only way (?) that you can force a line-break is to use the escaped_line_breaks extension!

hawkrobe avatar Jan 29 '20 06:01 hawkrobe