summaryrefslogtreecommitdiff
path: root/pygments/formatters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump copyright year.Matthäus G. Chajdas2021-01-0312-14/+14
* Revert a private API in the HTML formatter (#1655)Kurt McKee2020-12-301-6/+9
* ImgFormatter: Use the start position based on the length of text (#1611)strawberry beach sandals2020-11-281-8/+20
* 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
* Fix LatexEmbeddedLexer (#1517)Eric Wieser2020-09-301-9/+42
* image formatter: find ttc fonts on MacGeorg Brandl2020-09-201-1/+2
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-084-45/+45
* all: use yield from (#1537)Georg Brandl2020-09-062-12/+6
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-2212-14/+14
* 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
* Improve font handling code.Matthäus G. Chajdas2020-03-031-6/+9
* Fix #1247 by looking up in both HKLM and HKCU.Matthäus G. Chajdas2020-03-021-23/+32
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-297-32/+17
* Update many links to use HTTPS and skip redirectsKurt McKee2019-12-181-2/+2
* Merge branch '582/joshuagryphon/svglinenos'Matthäus G. Chajdas2019-12-011-3/+37
|\
| * Right-align line numbers in the SVG formatter.Matthäus G. Chajdas2019-12-011-3/+3
| * Merge branch 'master' into 582/joshuagryphon/svglinenosMatthäus G. Chajdas2019-12-011-2/+2
| |\
| * | svg formatter can now add configurable linenumbersJoshua Griffin Dunn2019-11-281-3/+37
* | | allow terminal256 formatter to show italics...Kurt Neufeld2019-12-011-2/+12
| |/ |/|
* | use IOError reason in error messageGeorg Brandl2019-11-291-2/+2
|/
* html formatter: lineseparator needs to be unicodeGeorg Brandl2019-11-261-1/+1
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-2/+2
* formatters.other: style/import fixupsGeorg Brandl2019-11-251-1/+5
* image formatter: actually respect "line_number_separator"Georg Brandl2019-11-241-1/+2
* Update TestcaseFormatter.Matthäus G. Chajdas2019-11-161-2/+2