From 1105322aac9cc8e71eafbf5a5eea8e709c8c77ce Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 7 Oct 2018 13:42:09 +0200 Subject: Display tab-based line indentation in HTML Resolves: https://github.com/cweiske/grauphel/issues/60 --- tests/data/full-formattest.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests/data/full-formattest.html') diff --git a/tests/data/full-formattest.html b/tests/data/full-formattest.html index 74d27c0..79ab51f 100644 --- a/tests/data/full-formattest.html +++ b/tests/data/full-formattest.html @@ -37,5 +37,16 @@ Links:
  • http://cweiske.de/?foo#bar
  • /home/cweiske/fam.jpg

  • +Tabs:
    +a
    +        b
    +                c
    +        d
    +e
    +
    +Tabs in text:
    +a b c
    +ab cd ef
    +
    Ende.
    -- cgit v1.2.3