More than just Markdown
- - - ## Description This projects goal is to implement a fast markdown parser with an extended syntax fitted for my needs. ## Core Features - Imports - Bibliography & Glossary - AsciiMath - Placeholders - Advanced Images ## Installation ### Binaries You can download prebuilt binaries on the [Releases](https://github.com/Trivernis/snekdown/releases) Page. ### Arch Linux Snekdown is available in [the AUR](https://aur.archlinux.org/packages/snekdown). ### Cargo You need a working rust installation, for example by using [rustup](http://rustup.rs). ```sh cargo install snekdown ``` With pdf rendering ```sh cargo install snekdown --features pdf ``` ## Usage Use `snekdown help` and `snekdown