summaryrefslogtreecommitdiff
path: root/pygments/formatters/html.py
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-2/+1
* Bump copyright year.Matthäus G. Chajdas2021-01-031-3/+3
* Revert a private API in the HTML formatter (#1655)Kurt McKee2020-12-301-6/+9
* Remove margin: 0 from <pre> styling.Matthäus G. Chajdas2020-10-281-1/+1
* Speed up JSON and reduce HTML formatter consumption (#1569)Kurt McKee2020-10-261-17/+25
* Speculative fix for #1579. (#1583)Matthäus G. Chajdas2020-10-241-2/+2
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-6/+6
* all: use yield from (#1537)Georg Brandl2020-09-061-8/+4
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-3/+3
* Improve HTML formatter output.improve-linenos-handlingMatthäus G. Chajdas2020-07-311-4/+8
* Fix Solarized line number colors (#1477)Paweł Fertyk2020-07-041-91/+142
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-291-6/+6
* Update many links to use HTTPS and skip redirectsKurt McKee2019-12-181-2/+2
* html formatter: lineseparator needs to be unicodeGeorg Brandl2019-11-261-1/+1
* Backed out changeset: df3df829861dMatth?us G. Chajdas2019-05-211-7/+1
* Don't emit a trailing newline in nowrap mode (fixes #1514.)Matth?us G. Chajdas2019-05-181-1/+7
* Merged in SylvainCorlay/pygments-main/css-variables (pull request #814)Anteru2019-05-091-4/+29
|\
| * Add license information to generated files (fixes #1496).Matth?us G. Chajdas2019-05-071-2/+11
| * Add option to wrap the code in both <code> and <pre> (fixes #438.)Matth?us G. Chajdas2019-05-061-2/+18
* | 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
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+851