CHANGELOG
- improved the html to image, now upto 3x faster on retries of the same/similar html
- improved markdownify to be more relaxed, instead of failing it will give fallbacks more often.
- fixed an regression where text from stdin will not be considered markdown.
- added
mermaidsupport
Install
Linux / macOS
curl -fsSL https://github.com/Skardyy/mcat/releases/download/v0.5.6/install.sh | shPowerShell (Windows)
irm https://github.com/Skardyy/mcat/releases/download/v0.5.6/install.ps1 | iexDownload
| File | Platform | Checksum |
|---|---|---|
| mcat-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| mcat-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| mcat-x86_64-unknown-linux-gnu.tar.xz | x64 Linux (gnu) | checksum |
| mcat-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux (gnu) | checksum |
| mcat-x86_64-unknown-linux-musl.tar.xz | x64 Linux (musl) | checksum |
| mcat-aarch64-unknown-linux-musl.tar.xz | ARM64 Linux (musl) | checksum |
| mcat-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |