Print Markdown to a paper in your terminal

Update version

+2 -2
+1 -1
Cargo.lock
··· 360 360 361 361 [[package]] 362 362 name = "paper-terminal" 363 - version = "0.3.2" 363 + version = "0.3.3" 364 364 dependencies = [ 365 365 "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", 366 366 "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
+1 -1
Cargo.toml
··· 7 7 homepage = "https://github.com/foxfriends/paper-terminal" 8 8 license = "MIT" 9 9 readme = "README.md" 10 - version = "0.3.2" 10 + version = "0.3.3" 11 11 authors = ["Cameron Eldridge <cameldridge+git@gmail.com>"] 12 12 edition = "2018" 13 13