Print Markdown to a paper in your terminal

update version

+2 -2
+1 -1
Cargo.lock
··· 757 757 758 758 [[package]] 759 759 name = "paper-terminal" 760 - version = "3.0.0" 760 + version = "3.1.0" 761 761 dependencies = [ 762 762 "ansi_term", 763 763 "cjk",
+1 -1
Cargo.toml
··· 7 7 homepage = "https://github.com/foxfriends/paper-terminal" 8 8 license = "MIT" 9 9 readme = "README.md" 10 - version = "3.0.0" 10 + version = "3.1.0" 11 11 authors = ["Cameron Eldridge <cam.eldridge@gmail.com>"] 12 12 edition = "2018" 13 13 categories = ["command-line-utilities"]