diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-02-16 07:33:06 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-02-16 07:33:06 -0800 |
commit | 0808c2a03f0dec1cd442e5e3cddfb70419724874 (patch) | |
tree | 8c7aa44aa61680ccf56b46d8adfc0367875cb86b | |
parent | a4fb3b036bdf7b3702019522509b7cf77126d080 (diff) | |
download | pandoc-0808c2a03f0dec1cd442e5e3cddfb70419724874.tar.gz |
Fix typo in changelog.
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 7e2cc45d9..c39d6c3e6 100644 --- a/changelog.md +++ b/changelog.md @@ -107,7 +107,7 @@ * Add Text.Pandoc.Image with unexported svgToPng. - * Text.Pandoc.XML: EXport `html5Attributes`, `html4Attributes`, + * Text.Pandoc.XML: Export `html5Attributes`, `html4Attributes`, `rdfaAttributes` (formerly unexported in Text.Pandoc.Writers.HTML). [API change] |