diff --git a/CHANGELOG.md b/CHANGELOG.md index c25bcbb7..76a37e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ Use `cargo release` to create a new release. ## [Unreleased] ### Added -- mdcat now has limited support for tables (see [GH-290]). - Inline markups and text wrapping are still unsupported in tables. +- Add limited support for tables (see [GH-290]). + Inline markup is stripped from table cells, and text is not wrapped. [GH-290]: https://github.com/swsnr/mdcat/pull/290 diff --git a/README.md b/README.md index 9c5b7483..e4c7254f 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ Then it Not supported: -* CommonMark extensions for footnotes. -* Wrapping and inline markups in tables. +* CommonMark extension for footnotes. +* Inline markup and text wrapping in table cells. [syntect]: https://github.com/trishume/syntect [osc8]: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda diff --git a/mdcat.1.adoc b/mdcat.1.adoc index aaf9e043..b2f84e7d 100644 --- a/mdcat.1.adoc +++ b/mdcat.1.adoc @@ -219,11 +219,12 @@ See