diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:17:36 +0000 | 
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:17:36 +0000 | 
| commit | cc6294c4f271206609e41559d401288ad46e387e (patch) | |
| tree | 8d272aad2043dd701e77c7d5e60299e62fa004b0 /tests | |
| parent | 87537c3ff829d7cbcd56d34d03da7ce559e2898d (diff) | |
| download | pandoc-cc6294c4f271206609e41559d401288ad46e387e.tar.gz | |
Modified RTF writer to use new templates.
Also changed treatment of multiple authors: they now occupy
multiple paragraphs rather than using a line break.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1734 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/writer.rtf | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/writer.rtf b/tests/writer.rtf index 46ee22c28..ae3776261 100644 --- a/tests/writer.rtf +++ b/tests/writer.rtf @@ -3,7 +3,8 @@  \widowctrl\hyphauto  {\pard \qc \f0 \sa180 \li0 \fi0 \b \fs36 Pandoc Test Suite\par} -{\pard \qc \f0 \sa180 \li0 \fi0  John MacFarlane\Anonymous\par} +{\pard \qc \f0 \sa180 \li0 \fi0  John MacFarlane\par} +{\pard \qc \f0 \sa180 \li0 \fi0  Anonymous\par}  {\pard \qc \f0 \sa180 \li0 \fi0  July 17, 2006\par}  {\pard \ql \f0 \sa180 \li0 \fi0 \par}  {\pard \ql \f0 \sa180 \li0 \fi0 This is a set of tests for pandoc. Most of them are adapted from John Gruber\u8217's markdown test suite.\par} @@ -448,6 +449,5 @@ links  {\pard \ql \f0 \sa0 \li360 \fi-360 1.\tx360\tab And in list items.{\super\chftn}{\*\footnote\chftn\~\plain\pard {\pard \ql \f0 \sa180 \li0 \fi0 In list.\par}  }\sa180\par}  {\pard \ql \f0 \sa180 \li0 \fi0 This paragraph should not be part of the note, as it is not indented.\par} -  } | 
