tinymist/crates/typlite
Hong Jiarong 58b5df97e1
feat(typlite): add plain text output support (#1731)
* feat: add plain text output support

* fix: correct task chaining in Typlite implementation

* feat: add process-math-eq function for improved math equation handling

* fix: simplify ordered and unordered list output formatting

* tests: update insta

* 更新 media.rs

* 更新 media.rs

* fix: expose a bit and remove unused deps

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2025-05-13 11:58:26 +08:00
..
src feat(typlite): add plain text output support (#1731) 2025-05-13 11:58:26 +08:00
Cargo.toml feat(typlite): add plain text output support (#1731) 2025-05-13 11:58:26 +08:00
dist.toml build: bump version to 0.12.14-rc1 (#1060) 2024-12-23 21:15:15 +08:00
README.md feat: reimplement typlite by html export (#1684) 2025-04-30 22:12:25 +08:00

Typlite

Converts a subset of typst to markdown.

Basic Usage

# default output is main.md
typlite main.typ
# specify output
typlite main.typ output.md
# multiple output formats
typlite main.typ output.md output.tex output.docx