This is a new release of `to-html`. [Read the changelog here](https://github.com/Aloso/to-html/blob/:TAG:/CHANGELOG.md).
`to-html` is currently compatible with Linux, macOS, FreeBSD and Android. If you're using Windows, I recommend to use WSL.
### Installation
To install `to-html` on Linux or macOS, you can use the pre-built binaries below.
`to-html` is also available in the AUR, so you can install it with
```shell
yay -s to-html
```
On FreeBSD, you need to build `to-html` with Cargo, Rusts package manager. To install the Rust toolchain, [see here](https://www.rust-lang.org/tools/install). Then run
```shell
$ cargo install to-html
```
You might have to add the `.cargo/bin` folder to your `PATH` afterwards.
Please file issues if you run into any problems or have suggestions.