readme2tex
readme2tex copied to clipboard
Add cdnurl option for specifying base address of images
Adds options to specify CDN used for generated images in order to replace the default value https://cdn.jsdelivr.net/gh
with e.g. https://raw.githubusercontent.com/
.
By specifying --cdnurl "https://raw.githubusercontent.com/" --cdnrefsep "/"
the CDN can be set to raw.githubusercontent.com
.
Allows customization of #34.