Skip to content

ayosec/markdown-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-preview

A simple tool to see rendered Markdown files in a web browser.

Usage

Build and install the binary:

$ cargo build --release
$ sudo cp ./target/release/markdown-preview  /usr/local/bin/

Then, launch it with any markdown file

$ markdown-preview foo.md

Finally, open a web browser in http://localhost:8081. Address can be modified with -a and -p arguments.

About

A simple tool to see rendered Markdown files in a web browser.

Resources

Stars

Watchers

Forks

Packages

No packages published