diff options
-rw-r--r-- | changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 93f251e43..296a20b56 100644 --- a/changelog.md +++ b/changelog.md @@ -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). |