At some point in 2014, GitHub switched from using base-10 numbers for its ids to using hex. filter_gist() in templatetags/short_codes.py expects only digits in the id number, so gists with hex ids are not rendered.
I fixed this in my fork, and I'll be submitting a pull request shortly.
At some point in 2014, GitHub switched from using base-10 numbers for its ids to using hex.
filter_gist()
intemplatetags/short_codes.py
expects only digits in the id number, so gists with hex ids are not rendered.I fixed this in my fork, and I'll be submitting a pull request shortly.