Skip to content

oauthstuff/markdown2rfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown2rfc

Docker file for converting internet drafts in markdown to HTML.

Compiling

To compile markdown to HTML and Text, run the following command from the directory containing the markdown file:

docker run -v `pwd`:/data danielfett/markdown2rfc markdownfile.md

The output HTML file will show up in the same directory.

Updates

If updates are available, pull the updated docker file using

docker pull danielfett/markdown2rfc

Shell Shortcut

Hint: Add the following line to your .bashrc to run this command with the alias makerfc:

alias makerfc='docker run -v `pwd`:/data danielfett/markdown2rfc'

About

Docker file for converting internet drafts in markdown to HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published