Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Improve grammar and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Sep 20, 2024
1 parent 9177b24 commit 84992d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions mdcat.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,12 @@ See <https://docs.rs/tracing-subscriber/latest/tracing_subscriber/struct.EnvFilt

== Conforming to

=== CommonMark support and extensions
=== CommonMark support, extensions, and limitations

mdcat supports version 0.30 of the https://spec.commonmark.org/[CommonMark Spec], plus https://github.github.com/gfm/#task-list-items-extension-[Task lists] and https://github.github.com/gfm/#strikethrough-extension-[strikethrough], through https://github.com/raphlinus/pulldown-cmark[pulldown-cmark].

mdcat does **not** yet support footnotes and support for https://github.github.com/gfm/#tables-extension-[tables] is limited (e.g., inline markups in tables are stripped).
mdcat does not yet support footnotes.
Support for https://github.github.com/gfm/#tables-extension-[tables] is limited; text wrapping and inline markup in table cells are not yet supported.
mdcat parses HTML blocks and inline tags but does not apply special rendering; it prints HTML as is.

=== Terminal support
Expand Down

0 comments on commit 84992d7

Please # to comment.