Switched order of fields in yaml header (writer test).
This commit is contained in:
parent
2d46828b1c
commit
21a9b44609
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
title: 'Pandoc Test Suite'
|
||||
date: 'July 17, 2006'
|
||||
author:
|
||||
- 'John MacFarlane'
|
||||
- 'Anonymous'
|
||||
date: 'July 17, 2006'
|
||||
title: 'Pandoc Test Suite'
|
||||
...
|
||||
|
||||
This is a set of tests for pandoc. Most of them are adapted from John Gruber’s
|
||||
|
|
Loading…
Reference in a new issue