From 5d01e9a117b77a0f51ce67d495b9e54881a878a5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 30 Jun 2013 23:37:27 -0700 Subject: Markdown writer: Support yaml title block. --- tests/writer.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/writer.markdown b/tests/writer.markdown index d9cc076f5..e8aca9954 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -1,7 +1,10 @@ -% Pandoc Test Suite -% John MacFarlane - Anonymous -% July 17, 2006 +--- +title: 'Pandoc Test Suite' +author: +- 'John MacFarlane' +- 'Anonymous' +date: 'July 17, 2006' +... This is a set of tests for pandoc. Most of them are adapted from John Gruber’s markdown test suite. -- cgit v1.2.3