aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-04-27 12:49:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-29 13:28:55 -0700
commitd250eed455e7c3b0669d64c064c29c3598d3120b (patch)
tree81b832f4d619d6bd35e974bd031ad3c18d83f779
parent4139e3e92b9ee88bd3e689e06113c96726988dae (diff)
downloadpandoc-d250eed455e7c3b0669d64c064c29c3598d3120b.tar.gz
Fix another changelog typo
-rw-r--r--changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog b/changelog
index 733d471ba..6f7b2419a 100644
--- a/changelog
+++ b/changelog
@@ -126,7 +126,7 @@ pandoc (2.2)
+ Allow emphasis and notes in titles.
+ Don't intersperse paragraph with empty lines.
+ Convert metadata value `abstract` to book annotation.
- + Use `<empty-line />` for `HorizontalRule' rather than `LineBreak`.
+ + Use `<empty-line />` for `HorizontalRule` rather than `LineBreak`.
FB2 does not have a way to represent line breaks inside paragraphs;
previously we used `<empty-line />` elements, but these are not allowed
inside paragraphs.