When you convert from markdown to a plain HTML file without style you may want to add some style to it.
I wrote this simple program to do such work: add the CSS file to the plain HTML file.
cd add-css-to-html-from-md
make
If you use pandoc to do the convert work, you can use the convert shell script to convert file and add style.
Usage:
bash convert.sh <source_md_file> <output_html_file>
bash convert.sh <source_md_dir>
when provide a directory, output files to current folder.
Useage:
-<source html file> -out <path> [-options]
Options:
-s:Use simple css
-f:Use Github css
Get css from github-markdown-css