summaryrefslogtreecommitdiff
path: root/test/writer.fb2
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2017-10-31 11:33:55 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2017-10-31 11:35:47 +0300
commit94d02a6efa29ce24ddf8ebbccac29d5acabbd84f (patch)
tree663ef3cfd97e3331a85635dd0c68bbe51da8ba4c /test/writer.fb2
parent3eaa6ff329b079387d70449a8236d1b83b95e3bf (diff)
FB2 writer: make bullet lists consistent with ordered lists
Previously bullet lists interacted in odd way with ordered lists. For example, bullet lists nested in ordered list had incorrect indentation. Besides that, indentation with spaces is not rendered by FBReader and fbless. To avoid this problem, bullet lists are indented by appending bullets to marker just the same way it is done for ordered lists.
Diffstat (limited to 'test/writer.fb2')
-rw-r--r--test/writer.fb220
1 files changed, 10 insertions, 10 deletions
diff --git a/test/writer.fb2 b/test/writer.fb2
index 8a4986508..3b8ceef8a 100644
--- a/test/writer.fb2
+++ b/test/writer.fb2
@@ -261,23 +261,23 @@
<p>Nested</p>
</title>
<p>• Tab</p>
-<p>◦ Tab</p>
-<p>* Tab</p>
+<p>• • Tab</p>
+<p>• • • Tab</p>
<p>Here’s another:</p>
<p>1. First</p>
<p>2. Second:</p>
-<p>   • Fee</p>
-<p>   • Fie</p>
-<p>   • Foe</p>
+<p>2. • Fee</p>
+<p>2. • Fie</p>
+<p>2. • Foe</p>
<p>3. Third</p>
<p>Same thing but with paragraphs:</p>
<p>1. First</p>
<empty-line />
<p>2. Second:</p>
<empty-line />
-<p>   • Fee</p>
-<p>   • Fie</p>
-<p>   • Foe</p>
+<p>2. • Fee</p>
+<p>2. • Fie</p>
+<p>2. • Foe</p>
<p>3. Third</p>
<empty-line />
</section>
@@ -289,9 +289,9 @@
<empty-line />
<p>• this is a list item indented with spaces</p>
<empty-line />
-<p>◦ this is an example list item indented with tabs</p>
+<p>• • this is an example list item indented with tabs</p>
<empty-line />
-<p>◦ this is an example list item indented with spaces</p>
+<p>• • this is an example list item indented with spaces</p>
<empty-line />
</section>
<section>