From caeb963447440edb14a67bb02cb6c956232dce63 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 19 Apr 2018 17:03:21 +0300 Subject: FB2 writer: convert metadata value "abstract" to book annotation --- test/fb2/meta.fb2 | 3 +++ test/fb2/meta.markdown | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 test/fb2/meta.fb2 create mode 100644 test/fb2/meta.markdown (limited to 'test/fb2') diff --git a/test/fb2/meta.fb2 b/test/fb2/meta.fb2 new file mode 100644 index 000000000..04bd5f3c5 --- /dev/null +++ b/test/fb2/meta.fb2 @@ -0,0 +1,3 @@ + +unrecognisedBook title

This is the abstract.

It consists of two paragraphs.
pandoc
<p>Book title</p>
+ diff --git a/test/fb2/meta.markdown b/test/fb2/meta.markdown new file mode 100644 index 000000000..5edad2981 --- /dev/null +++ b/test/fb2/meta.markdown @@ -0,0 +1,7 @@ +--- +title: Book title +abstract: | + This is the abstract. + + It consists of two paragraphs. +--- -- cgit v1.2.3