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/src/Nesting.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'html-test/src/Nesting.hs') diff --git a/html-test/src/Nesting.hs b/html-test/src/Nesting.hs index 5ab27ec0..34177442 100644 --- a/html-test/src/Nesting.hs +++ b/html-test/src/Nesting.hs @@ -65,6 +65,12 @@ This belongs to the list above! > nested > bird > tracks + > + > another line + > with indentation + + >nested bird tracks + > without leading space * Next list More of the indented list. -- cgit v1.2.3