Merge pull request #397 from baggepinnen/patch-2

Import Dates
pull/399/head
Shuhei Kadowaki 2020-09-26 15:52:23 +09:00 committed by GitHub
commit 0e662ecdec
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