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

Затворено
отворено пре 7 година од garrick · 0 коментара
garrick коментирира пре 7 година
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.
garrick поменуо овај задатак у комит пре 7 година
garrick затворено пре 7 година
Пријавите се да се прикључе у овом разговору.
Нема лабеле
Нема фазе
No Assignees
1 учесника
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
Откажи
Сачувај
Још нема садржаја.