#5 Template or bulma_document() need to be able to handle standard YAML

Suljettu
7 vuotta sitten avasi garrick · 0 kommenttia
title: "Title"
author: "Author"
date: '`r strftime(Sys.time(), "%A, %b %d, %Y")`'

Needs to be minimally converted to


title: "Title"
author: 
  - name: "Author"
date: '`r strftime(Sys.time(), "%A, %b %d, %Y")`'

or the template needs to handle the variation.

``` title: "Title" author: "Author" date: '`r strftime(Sys.time(), "%A, %b %d, %Y")`' ``` Needs to be minimally converted to ``` title: "Title" author: - name: "Author" date: '`r strftime(Sys.time(), "%A, %b %d, %Y")`' ``` or the template needs to handle the variation.
Sign in to join this conversation.
Ei tunnistetta
Ei merkkipaalua
No Assignees
1 osallistujaa
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
Peruuta
Tallenna
Sisältöä ei vielä ole.