From e3604b473f01787e5df0a3fed6c50e3a494c6362 Mon Sep 17 00:00:00 2001 From: Letu Ren Date: Thu, 24 Nov 2022 20:48:19 +0800 Subject: codehilite: Update Pygments URL --- markdown/extensions/codehilite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/extensions/codehilite.py b/markdown/extensions/codehilite.py index a1e9dc3..00445ec 100644 --- a/markdown/extensions/codehilite.py +++ b/markdown/extensions/codehilite.py @@ -122,7 +122,7 @@ class CodeHilite: def hilite(self, shebang=True): """ - Pass code to the [Pygments](http://pygments.pocoo.org/) highliter with + Pass code to the [Pygments](https://pygments.org/) highliter with optional line numbers. The output should then be styled with css to your liking. No styles are applied by default - only styling hooks (i.e.: ). -- cgit v1.2.1