diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-10-15 10:52:22 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-10-15 10:52:22 +0200 |
commit | 6c40f305be6b842e46b6ec5d05e5a55573d0e8a5 (patch) | |
tree | 13c47232615454f0b82e5d119a6ea6bf6ed5fe92 | |
parent | 7f575463452f547ca5edc03dc4b6fbf011a6b194 (diff) | |
download | pandoc-6c40f305be6b842e46b6ec5d05e5a55573d0e8a5.tar.gz |
changelog: fix table markup broken in previous commit
Reverts parts of 90af1384433b1f537fa51f1018539d4d401ec73b.
-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). |