summaryrefslogtreecommitdiff
path: root/pygments/formatters/html.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some lines to be within 90 charactersGaurav Jain2014-05-121-1/+2
| | | | Some regular expressions has been simplified to use \w in order to reduce line length
* use versionadded directivesGeorg Brandl2014-01-191-17/+32
|
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-5/+5
|
* manual prettifying and small fixes after futurize runGeorg Brandl2014-01-181-0/+1
|
* futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-181-3/+4
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* HTML formatter: add / to path in ctags linking if nonempty; fix spelling.Georg Brandl2013-02-031-1/+3
|
* HTML linespans: add changelog and versionaddedGeorg Brandl2013-01-091-1/+3
|
* Merged in icholy/pygments-main (pull request #82: added `linespans` option ↵Georg Brandl2013-01-091-0/+18
|\ | | | | | | to HtmlFormatter to wrap lines in spans)
| * fixed typoIlia Choly2012-06-181-1/+1
| |
| * added `linespans` option to HtmlFormatter to wrap lines in spansIlia Choly2012-06-181-0/+18
| |
* | CTags feature:Georg Brandl2013-01-091-21/+24
| | | | | | | | | | | | | | | | | | * rename parameter "urlformat" to "tagurlformat" to make clear it belongs to the tags feature * change NameError to RuntimeError and tone down the message * document that python-ctags must be installed to use the tagsfile feature * move test tags file from examplefiles/, where it will be attempted as a test file * fix test to work if python-ctags is not installed * changelog/attribution
* | Merge pull request #87 (ctags link support for HTML formatter) from ↵Georg Brandl2013-01-091-2/+3
|\ \ | | | | | | | | | https://bitbucket.org/pepijndevos/pygments-main/overview
| * | Happy new year 2013.Georg Brandl2013-01-091-1/+1
| | |
| * | Fix issues found by "make check".Georg Brandl2013-01-091-1/+2
| |/
* | add suggested edits and testPepijn de Vos2012-09-241-4/+4
| |
* | fix for possible mutiline namesPepijn de Vos2012-07-161-1/+1
| |
* | update documentation to reflect urlformat changePepijn de Vos2012-07-161-11/+4
| |
* | format urlPepijn de Vos2012-07-161-16/+12
| |
* | documentation for ctagsPepijn de Vos2012-07-141-0/+20
| |
* | multifile supportPepijn de Vos2012-07-141-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | Example usage: #!/bin/bash for f in $@ do mkdir -p `dirname "output/$f.html"` ./pygmentize -f html -O anchorlinenos,linenos,full,tagurlprefix=`pwd`/,singlepage=False,lineanchors=L,tagsfile=tags -o "output/$f.html" "$f" done
* | single file ctagsPepijn de Vos2012-07-141-0/+25
|/
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Fix specifyng the starting line number in lineanchors mode. Add tests for ↵Ana Nelson2011-10-021-1/+1
| | | | line numbering.
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* Do not generate classprefix without an actual class name (#479).Georg Brandl2011-01-031-3/+5
|
* Performance improvements in the HTML formatter (#523).Georg Brandl2010-08-181-11/+12
|
* With the ``noclasses`` option in the HTML formatter, some styles present in ↵Georg Brandl2010-04-251-4/+28
| | | | the stylesheet were not added as inline styles.
* Remove compatibility "sets" imports.Georg Brandl2010-02-181-6/+3
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* #427: Improve inline style handling in !HtmlFormatterthatch2009-09-181-4/+25
|
* Fix markup.gbrandl2009-08-101-1/+1
|
* Port Pygments to Python 3.1.gbrandl2009-03-311-15/+13
|
* Add "noclobber_cssfile" (#396) option to HTML formatter.gbrandl2009-03-051-6/+17
|
* Fix code style a bit.gbrandl2009-03-011-18/+14
|
* imported patch anchor-linenos.patchgbrandl2009-02-101-8/+42
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* Put linenos in the table option in their own <div> to avoid layout issues.gbrandl2008-12-291-2/+5
|
* #371: HTML formatter options can be Unicode strings.gbrandl2008-11-151-4/+10
|
* Add hl_lines option to HTML formatter. #325.gbrandl2008-08-151-2/+39
|
* Add "prestyles" to HTML formatter. #310.gbrandl2008-08-151-1/+7
|
* Fix not-so-optimal backtracking regexp in mupad lexer.gbrandl2007-10-151-1/+1
|
* Fix a bug in the Python lexer and a bug in the HTML formatter.gbrandl2007-10-141-1/+1
|
* Fix #287 and add a note about how to circumvent the line number line heightgbrandl2007-10-061-12/+16
| | | | problem in IE.
* [svn] Give the linenos table a CSS class to be able to format it differentlygbrandl2007-07-221-1/+6
| | | | from other tables.
* [svn] Add "lineanchors" option to HTML formatter.gbrandl2007-07-221-0/+18
|
* [svn] Add ActionScript lexer, #247.gbrandl2007-06-131-1/+2
|
* [svn] Clarify docstring.gbrandl2007-05-311-5/+7
|
* [svn] Add HTML formatter inline linenos option.gbrandl2007-05-291-5/+44
|
* [svn] Add a raising filter.gbrandl2007-03-301-1/+1
|