aboutsummaryrefslogtreecommitdiff
path: root/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Cache some (possibly) expensive function callsAlberto Bertogli2022-09-011-18/+31
* utils: Update Markdown local links extension to the new APIAlberto Bertogli2022-08-311-3/+3
* Introduce type annotationsAlberto Bertogli2020-05-241-20/+22
* Auto-format the code with blackAlberto Bertogli2020-05-241-27/+41
* Move to Python 3Alberto Bertogli2020-05-241-2/+4
* markdown: Handle local linksAlberto Bertogli2018-03-041-0/+41
* markdown: Enable table and fenced code extensionsAlberto Bertogli2016-11-031-1/+5
* blob: render hexdump(1)-style binary blob contentEric Sunshine2015-01-131-0/+12
* blob: render binary blob summary information rather than raw contentEric Sunshine2015-01-131-0/+3
* embed_image_blob: retire reload of image blobEric Sunshine2015-01-131-8/+2
* Blob: vend raw or cooked contentEric Sunshine2015-01-131-2/+2
* git.py: introduce Blob abstractionEric Sunshine2015-01-131-1/+1
* Enable line number anchors when using pygments HtmlFormatterVanya Sergeev2014-07-031-1/+3
* Make embedding markdown and images configurable per-repoAlberto Bertogli2013-11-021-6/+9
* utils: Make the embedded image code use mimetypesAlberto Bertogli2013-11-021-10/+4
* Add embed data URI image blob supportVanya Sergeev2013-11-021-0/+28
* Add markdown blob supportVanya Sergeev2013-11-021-0/+14
* Only guess the lexer if the file starts with "#!"Alberto Bertogli2012-11-271-4/+9
* Fall back to guess the lexer by contentAlberto Bertogli2012-11-181-2/+6
* Use heuristics to decide what to colorizeAlberto Bertogli2012-11-181-2/+22
* Initial commit0.01Alberto Bertogli2012-11-101-0/+41