CHANGELOG
- 🎉 markdown_viewer now parses some HTML!, including align=center attributes on some elements
- 🎉 markdown_viewer now includes Images! -- can be modified using
--md-image all/small/none/auto
the default is "auto" - 📈 markdown_viewer improved -- better formatting for some elements and now indents content under headers.
- 🐛 fixed an issue in the markdown viewer when certain styles would reset others
Install mcat 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Skardyy/mcat/releases/download/v0.4.0/mcat-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Skardyy/mcat/releases/download/v0.4.0/mcat-installer.ps1 | iex"
Download mcat 0.4.0
File | Platform | Checksum |
---|---|---|
mcat-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
mcat-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
mcat-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
mcat-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
mcat-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |