diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-04 12:56:30 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-04 12:56:30 +0100 |
commit | 18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc (patch) | |
tree | 05f4e9024093e233c131b3494e71265062ffd94a /tests/fb2/basic.markdown | |
parent | 8418c1a7d7e5312dfddbc011adb257552b2a864b (diff) | |
download | pandoc-18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc.tar.gz |
Moved tests/ -> test/.
Diffstat (limited to 'tests/fb2/basic.markdown')
-rw-r--r-- | tests/fb2/basic.markdown | 33 |
1 files changed, 0 insertions, 33 deletions
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. |