Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdr

Local markdown rendering in browser using GitHub-flavored markdown styling.

go install github.com/ml8/mdr@latest

For PDFs you need pandoc and pdflatex.

# serve a markdown file with live reload 
mdr README.md

# custom port (default 8080)
mdr -port 9090 README.md

# serve and automatically generate PDF on changes
mdr -pdf README.md

# render to STDOUT and exit
mdr -oneshot README.md 

# generate PDF and exit
mdr -oneshot -pdf README.md

# View help
mdr -h

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages