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

已關閉
garrick7 年之前建立 · 0 條評論
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.
garrick7 年之前 關閉
登入 才能加入這對話。
未選擇標籤
未選擇里程碑
No Assignees
1 參與者
截止日期

未設定截止日期。

Dependencies

This issue currently doesn't have any dependencies.

Loading…
取消
儲存
尚未有任何內容