From 40e67b873735f108dfb17f75f6475219a62278cd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Aug 2014 11:16:50 -0700 Subject: Revised tests directory. Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests. --- tests/fb2.basic.markdown | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 tests/fb2.basic.markdown (limited to 'tests/fb2.basic.markdown') diff --git a/tests/fb2.basic.markdown b/tests/fb2.basic.markdown deleted file mode 100644 index b798b13a4..000000000 --- a/tests/fb2.basic.markdown +++ /dev/null @@ -1,33 +0,0 @@ -# Top-level title - -## Section - -### Subsection - -This *emphasized* **strong** `verbatim` markdown. -See this [link](http://example.com/). - -Ordered list: - - 1. one - 1. two - 1. three - -> Blockquote -> is -> for -> citatons. - - Code - block - is - for - code. - -~~Strikeout~~ is Pandoc's extension. -Superscript and subscripts too: H~2~O is a liquid[^1]. -2^10^ is 1024. - -Math is another Pandoc extension: $E = m c^2$. - -[^1]: Sometimes. -- cgit v1.2.3