Releases: makew0rld/md2gemini
v1.9.1
This is the final release of md2gemini before the repo becomes archived. This release contains any remaining changes on master
since the previous release, so the latest code can be easily used through PyPI. More info is available on the README.
What's Changed
- This fixes the problem of new lines being eaten in code blocks in lists by @its-teal in #43
- fix #44 by @evantj in #45
- Fix #42
- Fix #40
New Contributors
Full Changelog: v1.9.0...v1.9.1
v1.9.0
Exactly one year later, here is a new release of md2gemini!
- Only Python 3.7 and later is supported
- Fixed paragraph end quotes skipping past headings (#10, #33, @karlb)
- Fix md link conversion when they have anchors (#35, #36, @ericonr)
- Support hard linebreaks in quotes (#32)
- Links in list items are rendered properly (#30)
- Added newline between quote and next paragraph (#31)
- Checklists are supported now, and by default (#19)
If you'd like to support md2gemini development, as well as my other Gemini projects, you can sponsor me through Ko-Fi or Github Sponsors. Thanks!
v1.8.1
v1.8.0
- Bugfix: Don't fail on empty input (10f1261)
- The
link_func
param was added when calling md2gemini from Python, allowing you to modify link URLs using your own custom logic (3e01d59)- Thanks to @raspbeguy in #27!
If you'd like to support md2gemini development, as well as my other Gemini projects, you can sponsor me through Ko-Fi or Github Sponsors. Thanks!
v1.7.0
- Unordered list items spanning multiple lines are supported now (#22, #23, thanks @ericonr!)
- Tables have a default alt text:
table
(53b2f83) - Code blocks don't have an extra ending newline (Thanks Sandra!) (0420ea8)
--table-tag
and--code-tag
flags added, to support alt text for code blocks (that don't already have one), and to override the new default one for tables (5fb30f3)
If you'd like to support md2gemini development, as well as my other Gemini projects, you can sponsor me through Ko-Fi or Github Sponsors. Thanks!