Skip to content

HairyOtter07/md2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2html

Note: not yet available on npm

This tool allows you to convert a Markdown file to an HTML file.
Example usage:

$ md2html --help
usage: md2html <filename> [options]

options:
--help			show this message
-o, --out		specify output filename (defaults to {filename no extension}.html)
$ cat testing.md
# Test
This is a test
$ md2html testing.md
$ cat testing.html
<h1>Test</h1>
<p>This is a test</p>

About

Converts a Markdown file to HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published