pulldown-cmark-mdcat

Crates.iopulldown-cmark-mdcat
lib.rspulldown-cmark-mdcat
version2.5.0
sourcesrc
created_at2023-04-15 15:02:01.705287
updated_at2024-09-26 20:06:15.70313
descriptionRender pulldown-cmark events to TTY
homepagehttps://github.com/swsnr/mdcat
repositoryhttps://github.com/swsnr/mdcat
max_upload_size
id839995
size827,808
Sebastian Wiesner (swsnr)

documentation

https://docs.rs/pulldown-cmark-mdcat

README

pulldown-cmark-mdcat

Crates.io docs.rs

Render pulldown-cmark events to a TTY.

This library backs the mdcat tool, and makes its rendering available to other crates.

It supports:

  • All common mark syntax.
  • Standard ANSI formatting with OCS-8 hyperlinks.
  • Inline images on terminal emulators with either the iTerm2 or the Kitty protocol, as well as on Terminology.
  • Jump marks in iTerm2.

It does not support commonmark footnote extension syntax.

License

Copyright Sebastian Wiesner sebastian@swsnr.de

Binaries are subject to the terms of the Mozilla Public License, v. 2.0, see LICENSE.

Most of the source is subject to the terms of the Mozilla Public License, v. 2.0, see LICENSE, unless otherwise noted; some files are subject to the terms of the Apache 2.0 license, see http://www.apache.org/licenses/LICENSE-2.0

Commit count: 1127

cargo fmt