Skip to content

justinwoo/md2sht

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2sht

a markdown to inline-styled HTML converter

useful for converting markdown into HTML with styled code blocks for whichever crappy CMS system you might need to use for publishing technical blog posts

Usage

make sure you have Stack installed, e.g. brew install stack on Mac

Requires a default.css file with Pandoc CSS styles defined. You can use the one in the example directory if you'd like.

stack install
md2sht --input input.md [--stylesheet default.css] [--output output.html]

See example

About

a markdown to inline-styled HTML conversion tool, for whichever crappy CMS you use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published