From fc7fd1875d31dbfd37eaa058177e534b4fc6bc25 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 22 Feb 2014 21:15:34 +0100 Subject: Strip a single leading space from bird tracks (#201) This makes bird tracks in the form > foo > bar > bat parse as if they had been written as >foo >bar >bat ie. without the leading whitespace in front of every line. Ideally we also want to look into how leading whitespace affects code blocks written using the @ @ syntax, which are currently unaffected by this patch. --- html-test/ref/Test.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'html-test/ref/Test.html') diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html index bd447ea1..7d229b52 100644 --- a/html-test/ref/Test.html +++ b/html-test/ref/Test.html @@ -1663,7 +1663,7 @@ using double quotes:
 this is another block of code
this is another block of code

We can also include URLs in documentation: http://www.haskell.org/

 foo
foo
 bar
bar

This is some inline documentation in the export list

 a code block using bird-tracks
- each line must begin with > (which isn't significant unless it
- is at the beginning of the line).
a code block using bird-tracks +each line must begin with > (which isn't significant unless it +is at the beginning of the line).

A hidden module

A subsection
 a literal line
a literal line

$ a non literal