summaryrefslogtreecommitdiff
path: root/pygments/formatters
Commit message (Expand)AuthorAgeFilesLines
* Use autodoc for pygments.stylesJean Abou Samra2023-03-301-15/+20
* tox -e mapfilesJean Abou Samra2023-03-301-1/+1
* Slightly clarify documentation of HtmlFormatter nowrap optionJean Abou Samra2023-03-301-7/+5
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-2913-15/+15
* Replace Makefile with tox (#2331)Jean Abou-Samra2023-02-231-1/+1
* groff: Sort color definitions for reproducibility (#2343)Jean Abou-Samra2023-02-151-1/+1
* Fix lots of missing encoding="utf-8" parametersJean Abou Samra2023-01-311-4/+4
* Revert "Remove filename pattern caches (#2153)" (#2328)Dirk Mueller2023-01-311-3/+14
* 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
* Remove unneeded _format_unencoded_with_lineno function from IRCFormatter and ...Ayowel2022-11-061-30/+5
* all: style fixesGeorg Brandl2022-10-271-1/+0
* formatters/img: use new API for bounding box for Pillow 9.2Georg Brandl2022-07-301-4/+8
* Remove filename pattern caches (#2153)Jean Abou-Samra2022-06-041-13/+3
* Merge mapping file generation scripts (#2152)Jean Abou-Samra2022-05-291-64/+3
* Fix #632. (#2101)Matthäus G. Chajdas2022-04-241-12/+18
* Add nowrap option to LatexFormatterTakeshi KOMIYA2022-03-021-13/+23
* Let Groff formatter inherit token styles correctly (#2024)Jean Abou-Samra2022-02-051-0/+2
* When using the HTML formatter with `linespans=foo`, `linenos=inline`, and `an...Maximilian Hils2022-01-311-4/+4
* Happy new year.Georg Brandl2022-01-2514-16/+16
* Fix typos (#2030)Kian-Meng Ang2022-01-181-2/+2
* Fix #1986.Matthäus G. Chajdas2022-01-062-2/+2
* 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
* Add versionadded info to groff formatter.Matthäus G. Chajdas2021-11-211-0/+2
* Merge branch 'master' of https://github.com/marcinzelent/pygments into marcin...Matthäus G. Chajdas2021-11-212-0/+167
|\
| * Added groff formattermarcinzelent2021-07-292-0/+167
* | Clean-up unused imports (#1887)Mickaël Schoentgen2021-08-233-6/+0
* | Fix a few make check failures.Matthäus G. Chajdas2021-08-151-2/+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
* Minted compatibility patch (#1737)Jean-François B2021-03-061-6/+1
* LaTeX: workaround minted incompatibility with Pygments 2.8.0 (#1735)Jean-François B2021-03-051-0/+5
* 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
* nitsGeorg Brandl2021-03-051-1/+1
* Update CHANGES.Matthäus G. Chajdas2021-03-051-0/+2
* Add formatter for Pango Markup (#1727)Philipp Imhof2021-03-052-0/+82
* Fix various issues found by make check.Matthäus G. Chajdas2021-02-141-2/+4
* RawToken{Formatter,Lexer}: support Python 3 and handle exceptions (#1602)Anders Kaseorg2021-02-141-8/+6
* image formatter supports background color (#1374)Hector Medina2021-02-141-6/+21
* Fix/1698 lineos wrapping (#1701)Matthäus G. Chajdas2021-02-121-5/+10
* LaTeX: avoid uneven baselines in case highlighting uses \fcolorbox (#1708)Jean-François B2021-02-121-2/+2
* LaTeX: keep scope of \fboxsep local (#1709)Jean-François B2021-02-121-2/+2
* LaTeX: use \@namedef (refactoring) (#1710)Jean-François B2021-02-121-2/+1
* LaTeX: \catcode assignment should be terminated (#1711)Jean-François B2021-02-121-1/+2
* Support anchored line numbers in inline mode (#1591)Kevin Deldycke2021-02-061-2/+10
* linenos support for terminal256 (#1674)Jiamin Shen2021-02-061-1/+23
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-1712-16/+4