mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 09:52:27 +00:00
![]() * 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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
dist.toml | ||
README.md |
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