From c75b558cbc2d21cdc4f5fa243b5f900ca7e83bbc Mon Sep 17 00:00:00 2001 From: John <46772462+KetzerX@users.noreply.github.com> Date: Fri, 22 Feb 2019 10:43:43 +0300 Subject: Add section identifiers support for FB2 writer (#5315) Closes #5229. --- test/fb2/basic.fb2 | 6 +++--- test/fb2/titles.fb2 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/fb2') diff --git a/test/fb2/basic.fb2 b/test/fb2/basic.fb2 index df71e8456..dfea55b92 100644 --- a/test/fb2/basic.fb2 +++ b/test/fb2/basic.fb2 @@ -12,15 +12,15 @@ <p /> -
+
<p>Top-level title</p> -
+
<p>Section</p> -
+
<p>Subsection</p> diff --git a/test/fb2/titles.fb2 b/test/fb2/titles.fb2 index 4e56fb3e6..d7e585902 100644 --- a/test/fb2/titles.fb2 +++ b/test/fb2/titles.fb2 @@ -1,3 +1,3 @@ -unrecognisedpandoc<p />
<p>Simple title</p>

This example tests FictionBook titles.

<p><emphasis>Emphasized</emphasis> <strong>Strong</strong> Title</p>
+unrecognisedpandoc<p />
<p>Simple title</p>

This example tests FictionBook titles.

<p><emphasis>Emphasized</emphasis> <strong>Strong</strong> Title</p>
-- cgit v1.2.3