From 6c40f305be6b842e46b6ec5d05e5a55573d0e8a5 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 15 Oct 2020 10:52:22 +0200 Subject: changelog: fix table markup broken in previous commit Reverts parts of 90af1384433b1f537fa51f1018539d4d401ec73b. --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'changelog.md') 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). -- cgit v1.2.3