Releases: TheRenegadeCoder/SnakeMD
Releases · TheRenegadeCoder/SnakeMD
SnakeMD 0.4.1 Hot Patch
- Missed a dependency during the 0.4.0 release, so docs did not publish
SnakeMD 0.4.0 Release
- Added support for Python logging library
- Expanded support for strings in the Header, Paragraph, and MDList classes
- Fixed an issue where Paragraphs would sometimes render unexpected spaces
- Added GitHub links to version history page
- Added support for column alignment on tables
- Fixed issue where tables sometimes wouldn't pretty print properly
SnakeMD 0.3.0 Release
- Gave documentation a major overhaul
- Added support for paragraphs in MDList
- Added is_text() method to Paragraph
- Fixed issue where punctuation sometimes rendered with an extra space in front
SnakeMD 0.2.0 Release
This release features some major upgrades including:
- Added support for horizontal rules
- Added automated testing through PyTest and GitHub Actions
- Added document verification services
- Added documentation link to README as well as info about installing the package
- Fixed table of contents single render problem
- Added a feature which allows users to insert links in existing paragraphs
SnakeMD Inaugural Release
SnakeMD is a markdown generation library for Python. It includes a set of convenience methods for generating markdown documents alongside an object oriented library if you need more customization. Currently supported markdown features include:
- Links
- Images
- Lists
- Tables
- Code blocks
- Quotes
Bonus features include:
- Table of Contents