#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 години
Впишете се за да се присъедините към разговора.
Няма етикет
Няма етап
No Assignees
1 участника
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
Отказ
Запис
Все още няма съдържание.