summaryrefslogtreecommitdiff
path: root/pygments/formatters/html.py
Commit message (Expand)AuthorAgeFilesLines
* Allow for CSS variable in pygments stylesheetsSylvain Corlay2019-05-021-3/+8
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-071-4/+3
* Copyright update.Georg Brandl2017-01-221-1/+1
* Fixed HTML formatter output with leading empty lines (closes #1111)Georg Brandl2016-02-021-1/+3
* mergeGeorg Brandl2016-01-041-0/+10
|\
| * Add filename parameter to HtmlFormatterAlexander Todorov2015-11-291-0/+10
* | HTML formatter: pep8Georg Brandl2016-01-041-22/+22
|/
* Optimized HtmlFormatter to run ~10x faster for long linesGiedrius Dubinskas2015-10-161-11/+12
* Fix typoJonas Haag2015-09-031-1/+1
* Fixed style inheritance for non-standard token types in HTML output.Georg Brandl2015-03-081-1/+10
* merge with stableGeorg Brandl2015-01-211-11/+1
|\
| * More coverage of newer HTML formatter options.Georg Brandl2014-11-111-11/+1
* | Copyright year update.Georg Brandl2015-01-211-1/+1
|/
* Move space after inline html linenos to be inside of the span containing the ...Nick Currier2014-07-031-4/+4
* Fix some lines to be within 90 charactersGaurav Jain2014-05-121-1/+2
* 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 to...Georg Brandl2013-01-091-0/+18
|\
| * 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
* | Merge pull request #87 (ctags link support for HTML formatter) from https://b...Georg Brandl2013-01-091-2/+3
|\ \
| * | 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
* | 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 lin...Ana Nelson2011-10-021-1/+1
* 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 t...Georg Brandl2010-04-251-4/+28
* 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