aboutsummaryrefslogtreecommitdiff
path: root/tests/rst-reader.rst
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-23 01:35:03 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-23 01:35:03 +0000
commit6a6b1a5842e6218168bca1bf6f04c8d395b60441 (patch)
treefee9968cdfba18ad68ff879fbca164c3b1e0cd88 /tests/rst-reader.rst
parentf69d9efc8323b202dc0f333036da1c38a2fd270a (diff)
downloadpandoc-6a6b1a5842e6218168bca1bf6f04c8d395b60441.tar.gz
Added support for definition lists to RST reader.
Added a relevant test to the test suite. git-svn-id: https://pandoc.googlecode.com/svn/trunk@782 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/rst-reader.rst')
-rw-r--r--tests/rst-reader.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/rst-reader.rst b/tests/rst-reader.rst
index cedc7b4ae..a31c14b3a 100644
--- a/tests/rst-reader.rst
+++ b/tests/rst-reader.rst
@@ -211,6 +211,20 @@ Here's another:
3. Third
+Definition
+----------
+
+term 1
+ Definition 1.
+
+term 2
+ Definition 2, paragraph 1.
+
+ Definition 2, paragraph 2.
+
+term with *emphasis*
+ Definition 3.
+
HTML Blocks
===========