Skip to content

Commit

Permalink
codehilite: Update Pygments URL
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasqueX authored and waylan committed Nov 28, 2022
1 parent 4226c1e commit e3604b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/extensions/codehilite.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(self, src, **options):

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.: <span class="k">).
Expand Down

0 comments on commit e3604b4

Please sign in to comment.