changelog: fix table markup broken in previous commit
Reverts parts of 90af138443
.
This commit is contained in:
parent
7f57546345
commit
6c40f305be
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue