Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 464 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 464 Bytes

openstack

anything related to openstack handled by myself

File Format Convertion

MarkDown

Need to install pandoc before do the convertion:

sh pandoc-install

Convert MarkDown to HTML

pandoc source.md -s -c ./main.css -o target.html

Convert MarkDown to PDF

pandoc source.md -s -o --latex-engine=xelatex -o target.pdf

or you can open the generated html file by firefox and print it to file :)