Skip to content

Render a markdown file and open in your browser straight away

License

Notifications You must be signed in to change notification settings

amireldor/markb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markb

Render a markdown file and display it instantly in a browser.

This is a little script that renders a markdown file to a temporary file and opens a browser to view it. It was originally intended to quickly look at README files from cool cloned GitHub repositories.

# attempt to use any file starting with README
markb

-- OR --

# invoke on a given file
markb post.md

Development

To develop stuff:

pip install -e .

Make new release:

git tag <semver>

Then sdist and all of the magic from here: https://packaging.python.org/tutorials/packaging-projects/

About

Render a markdown file and open in your browser straight away

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published