marianoguerra / rst2html5

transform restructuredtext documents to html5 + twitter's bootstrap css, deck.js or reveal.js
http://marianoguerra.github.com/rst2html5
MIT License
177 stars 51 forks source link

Support automatic pygment highlighting #53

Open HalosGhost opened 10 years ago

HalosGhost commented 10 years ago

I understand that, at the moment, though --pygments allows for the generation of html suitable for pygment highlighting, rst2html5 currently requires the user to manually write a stylesheet for the highlighting.

Is it feasible to automatically generate basic pygments stylesheets (which users could edit if they so choose)?