Skip to content

solarbyte-dev/rendr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rendr 💾

rendr is a simple script i created which serves two simple purposes. Firstly, it enable you to see 'rendered' markdown and secondly, it generates an html file for the same.

installation

run the following command:

git clone https://github.com/solarbyte-dev/rendr.git && cd rendr && pip install markdown webbrowser --break-system-packages

this will install the project and all its dependencies. (the --break-system-packages part is only necessary for distro following pep 686 + markdown and webbrowser packages are unlikely to break anything)

usage

   python rendr.py {path-to-file}.md

this will generate a .html file, which is located alongside the original file and will automatically show this in your default browser.

features

  • minimal dependencies.
  • support for all the basic stuff + tables, code highlighting, footnotes, fenced code blocks, TOC, metadata etc
  • really nothing more.

About

simple mardown renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages