diff options
author | Niklas Haas <git@nand.wakku.to> | 2014-02-22 21:15:34 +0100 |
---|---|---|
committer | Niklas Haas <git@nand.wakku.to> | 2014-02-22 21:31:03 +0100 |
commit | fc7fd1875d31dbfd37eaa058177e534b4fc6bc25 (patch) | |
tree | 15cad6ae08c535594a452e67cbe2ddc785ba7676 /html-test/ref/Test.html | |
parent | 91e2c21cfdaca7913dbfec17bdd7712c0c1ed732 (diff) |
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.
Diffstat (limited to 'html-test/ref/Test.html')
-rw-r--r-- | html-test/ref/Test.html | 14 |
1 files changed, 7 insertions, 7 deletions
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: <a href="" significant </pre ><pre - > this is another block of code</pre + >this is another block of code</pre ><p >We can also include URLs in documentation: <a href="" >http://www.haskell.org/</a @@ -1765,17 +1765,17 @@ test2 ></div ><div class="doc" ><pre - > foo</pre + >foo</pre ><pre - > bar</pre + >bar</pre ></div ><div class="doc" ><p >This is some inline documentation in the export list</p ><pre - > a code block using bird-tracks - each line must begin with > (which isn't significant unless it - is at the beginning of the line).</pre + >a code block using bird-tracks +each line must begin with > (which isn't significant unless it +is at the beginning of the line).</pre ></div ><h1 id="g:7" >A hidden module</h1 @@ -2085,7 +2085,7 @@ test2 >A subsection</h2 ><div class="doc" ><pre - > a literal line</pre + >a literal line</pre ><p >$ a non <em >literal</em |