summaryrefslogtreecommitdiff
path: root/pygments/formatters/html.py
Commit message (Expand)AuthorAgeFilesLines
* Slightly clarify documentation of HtmlFormatter nowrap optionJean Abou Samra2023-03-301-7/+5
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-3/+3
* Fix lots of missing encoding="utf-8" parametersJean Abou Samra2023-01-311-4/+4
* Simplify the condition.Matthäus G. Chajdas2022-12-111-8/+6
* Stop the HTML formatter from emitting empty whitespace spans.Matthäus G. Chajdas2022-12-111-2/+6
* Fix #632. (#2101)Matthäus G. Chajdas2022-04-241-12/+18
* When using the HTML formatter with `linespans=foo`, `linenos=inline`, and `an...Maximilian Hils2022-01-311-4/+4
* Happy new year.Georg Brandl2022-01-251-3/+3
* Generate valid links if lineanchors but no linenos set (#2013)Chris Warrick2021-12-311-1/+1
* Add a tooltips option to HtmlFormatter. (#1822)Walter Dörwald2021-12-281-2/+17
* Add links to lines with css-line numbersDavid Bold2021-11-261-1/+2
* encode `str` into `bytes` for `_lookup_ctag` argument; (#1724)Cyker Way2021-05-021-1/+1
* Filename to <th> if linenos=table (fixes #1757) (#1759)Andy Pearce2021-03-281-3/+14
* use `id` not `name` for line anchors; (#1725)Cyker Way2021-03-051-2/+2
* Clarify hl_lines usage (fixes #959.)Matthäus G. Chajdas2021-03-051-1/+3
* Fix/1698 lineos wrapping (#1701)Matthäus G. Chajdas2021-02-121-5/+10
* Support anchored line numbers in inline mode (#1591)Kevin Deldycke2021-02-061-2/+10
* 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