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

Gesloten
7 jaren geleden werd geopend door garrick · 0 opmerkingen
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.
Log in om deel te nemen aan deze discussie.
Geen label
Geen mijlpaal
Niet toegewezen
1 deelnemers
Vervaldatum

Geen vervaldatum ingesteld.

Afhankelijkheden

Deze kwestie heeft momenteel geen afhankelijkheden.

Laden…
Annuleren
Opslaan
Er is nog geen inhoud.