Tagged Questions

1
vote
3answers
501 views

How can I customize the output from pygments?

If I run a python source file through pygments, it outputs html code whose elements class belong to some CSS file pygments is using. Could the style attributes be included in the outputted html so ...
0
votes
1answer
53 views

Pygments HTML table with line numbers - horizontal scrollbar for the code cell

I'm using Python implementation of Markdown with codehilite and lineos option. It produces a code like this: <table class="codehilitetable"><tr><td class="linenos"><div ...