summaryrefslogtreecommitdiff
path: root/tests/writer.markdown
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-12-17 15:34:25 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-12-17 15:34:25 +0000
commit751aa15abcf945a40f4169a9e6a8640c36a801a5 (patch)
treec4e21bb021cbd1cd20bd43834621323b0ae7ad6b /tests/writer.markdown
parent9ff729fc1e0855820215c0b2c07164705e2ce53f (diff)
Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0
+ Added hang' function to Text.Pandoc.Shared; this will be used instead of hang, which doesn't work properly in pretty-1.0.1.0. When pretty is upgraded, we can go back to hang. See http://article.gmane.org/gmane.comp.lang.haskell.general/16687 + Use hang' (and some different techniques) in RST and markdown writers. Some output is now a bit different. + Modify test suites accordingly. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1515 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r--tests/writer.markdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown
index 9c79bfb66..6bbfe257c 100644
--- a/tests/writer.markdown
+++ b/tests/writer.markdown
@@ -700,8 +700,10 @@ indented.
[links](http://google.com) and `]` verbatim characters, as well as
[bracketed text].
-[^4]: In quote.
+[^4]:
+ In quote.
-[^5]: In list.
+[^5]:
+ In list.