tui-markdown 0.2.8

A simple library for converting markdown to a Rataui Text value
Documentation
[dependencies.itertools]
version = "0.13.0"

[dependencies.pulldown-cmark]
version = "0.12.0"

[dependencies.ratatui]
version = "0.28.1"

[dependencies.tracing]
version = "0.1.40"

[lib]
name = "tui_markdown"
path = "src/lib.rs"

[package]
authors = ["Joshka"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "A simple library for converting markdown to a Rataui Text value"
documentation = "https://docs.rs/tui-markdown"
edition = "2021"
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]
license = "MIT OR Apache-2.0"
name = "tui-markdown"
readme = "README.md"
repository = "https://github.com/joshka/tui-markdown"
version = "0.2.8"