Tagged Questions

8
votes
5answers
354 views

Parsing a document with BeautifulSoup while not-parsing the contents of <code> tags

I'm writing a blog app with Django. I want to enable comment writers to use some tags (like <strong>, a, et cetera) but disable all others. In addition, I want to let them put code in ...
1
vote
2answers
35 views

Syntax highlighting HTML with links

Is there a tool available which would convert the sources given into HTML with links? By links I mean that every type, class, and method used would point via href to its definition. I haven't ...
1
vote
3answers
490 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
25 views

Highlight in html issue with Jekyll/Liquid and pygments

I'm using Jekyll with pygments and having an issue using {% highlight %} in .html posts. As you can see here, it is just printing out {% highlight %} yet on my homepage the syntax highlighting works ...
0
votes
1answer
20 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 ...