fix doc syntax highlight

pull/331/head
Shuhei Kadowaki 2020-05-16 19:53:09 +09:00
parent 99a50ad86f
commit 6121d21bfb
1 changed files with 8 additions and 8 deletions

View File

@ -36,15 +36,15 @@ The metadata can be "dynamic"; if you have [inline code](@ref) within YAML heade
The example document below will set `date` metadata dynamically.
Note that `Date` is available since the chunk is evaluated first.
```md
---
title : Header Example
author : Shuhei Kadowaki
date: `j Date(now())`
---
---
title : Header Example
author : Shuhei Kadowaki
date: `j Date(now())`
---
```julia; echo = false
using Datas
```
```julia; echo = false
using Datas
```
```