Skip to content

Releases: TheRenegadeCoder/SnakeMD

SnakeMD 0.4.1 Hot Patch

20 Jul 05:20
Compare
Choose a tag to compare
Pre-release
  • Missed a dependency during the 0.4.0 release, so docs did not publish

SnakeMD 0.4.0 Release

20 Jul 05:16
b3af40d
Compare
Choose a tag to compare
SnakeMD 0.4.0 Release Pre-release
Pre-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

19 Jul 00:49
fd18e79
Compare
Choose a tag to compare
SnakeMD 0.3.0 Release Pre-release
Pre-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

17 Jul 01:28
b034a94
Compare
Choose a tag to compare
SnakeMD 0.2.0 Release Pre-release
Pre-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

16 Jul 04:51
Compare
Choose a tag to compare
Pre-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