diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-18 20:12:45 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-18 20:12:45 -0800 |
commit | 822b2cf80a1305a1a02002b701723c1fb72a6bbb (patch) | |
tree | e18d4aef95195fd559df9ac9f8f9b354cfb4d219 | |
parent | 0d4813d7ba73efd537ebef6a7e2ebd5bf8e708a4 (diff) | |
download | pandoc-822b2cf80a1305a1a02002b701723c1fb72a6bbb.tar.gz |
Update changelog.
-rw-r--r-- | changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 8a88afa48..642e20196 100644 --- a/changelog.md +++ b/changelog.md @@ -150,6 +150,10 @@ + Do not split series of asterisks into symbols and emphasis (#5821). + Do not terminate emphasis on `*` not followed by space. + * DokuWiki reader: + + + Parse markup inside monospace ('') (#5916, Alexander Krotov). + * Docx reader: + Move style-parsing-specific code to a new unexported module, |