This functionality was added in that release. Since it's only 4 months old, it's
too early to make minimum; it won't be available on some Linux distros yet.
There's currently no way to choose between JPG or PNG files. That can (and should)
be added later. For now, it defaults to JPG files if SDL_Image is of the appropriate
version.
I've also left the BMP fallback path, but that should never be reached now, since
PNG saving is always available
Closes#1448.
Sort of.
The only things that are converted here are the version headings and the
category sub-headings, up to and including version 1.1.9. Versions older
than that have mixed root items and categories, and converting those to
Markdown that renders correctly on GitHub without mixing up extraneous
root items with the categories' own entries requires some non-trivial
hand-fixing that I'm not going to do (at least not right now).
[ci skip]
[ci skip]
Only the 1.13 section was touched. One line was merged in order to have it function properly
as a header without half its text being split onto a new line.