aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-10-14 21:32:51 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-10-14 22:26:51 +0200
commit90af1384433b1f537fa51f1018539d4d401ec73b (patch)
tree8248fc6c2c0e8951fe2fb99a76b0d20c025b16dd /changelog.md
parent0b3b77415f8971f21a77ef1f15e06bfb30a7b365 (diff)
downloadpandoc-90af1384433b1f537fa51f1018539d4d401ec73b.tar.gz
Fix typos in comments, doc strings, error messages, and tests
Typos reported by https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html See: #6738
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index 3ea7cc21e..93f251e43 100644
--- a/changelog.md
+++ b/changelog.md
@@ -33,7 +33,7 @@
* Fix MANUAL.txt CSL JSON conversion examples.
- * Fix spelling errors in chengelog, MANUAL.txt, `doc/org.md` (#6738).
+ * Fix spelling errors in changelog, MANUAL.txt, `doc/org.md` (#6738).
## pandoc 2.11 (2020-10-11)
@@ -3369,7 +3369,7 @@
* Man/Ms writers: Don't escape `-` as `\-`. The `\-` gets rendered
in HTML and PDF as a unicode minus sign.
- * Ms writer: Ensure we have a newline after .EN in disply math (#5251).
+ * Ms writer: Ensure we have a newline after .EN in display math (#5251).
* RST writer: Don't wrap simple table header lines (#5128).
@@ -9016,11 +9016,11 @@
+ Allow alignments to be specified in Markdown grid tables. For
example,
- +-------+---------------+--------------------+
+ +-------|---------------|--------------------+
| Right | Left | Centered |
+=========:+:=================+:=============:+
| Bananas | $1.34 | built-in wrapper |
- +-------+---------------+--------------------+
+ +-------|---------------|--------------------+
+ Allow Small Caps elements to be created using bracketed spans (as
they already can be using HTML-syntax spans) (#3191, Kolen Cheung).