synbioz / md

Convert md to html, pdf…

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No option to use own CSS files

X455u opened this issue · comments

There is currently no option to use your own CSS file when generating html or pdf files.

I have implemented it in my fork, but I've never touched ruby before, so don't expect too much. It seemed to work though. X455u/md

The way to have your own css / template / images is to use thor md:create my_awesome_theme then you'll have a new directory called ~/.config/md/themes/my_awesome_theme with a layout.html file, a directory for your css and one for your images.