changelog: fix table markup broken in previous commit

Reverts parts of 90af138443.
This commit is contained in:
Albert Krewinkel 2020-10-15 10:52:22 +02:00
parent 7f57546345
commit 6c40f305be
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -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).