Import Dates

One must now `import Dates` for `now, Date` to be defined.
pull/397/head
Fredrik Bagge Carlson 2020-09-26 08:41:42 +02:00 committed by GitHub
parent 21d7fbdbea
commit fa71830479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Note that `Date` is available since the chunk is evaluated first.
---
title : Header Example
author : Shuhei Kadowaki
date: `j Date(now())`
date: `j import Dates; Dates.Date(Dates.now())`
---
```julia; echo = false