Skip to content

Releases: mantreshkhurana/markdown-worker-python

v0.0.4

07 Feb 14:01
Compare
Choose a tag to compare

Added Features:

  • Fetch Markdown from URLs: Added support to load Markdown content from an external URL.
  • Blockquotes Support: Now recognizes > syntax and converts it to <blockquote>.
  • Horizontal Rules: Added support for --- and *** to be converted into <hr> elements.
  • Tables Support: Parses tables written in Markdown and converts them to HTML tables.
  • Image Support: Converts Markdown image syntax (![alt text](url)) to <img> elements.
  • Links Support: Converts [text](url) Markdown links to HTML <a> tags.
  • Interactive CLI Mode: Allows users to input and test Markdown conversion in real-time.

Enhancements:

  • Improved Markdown-to-HTML conversion using a dedicated Markdown library.
  • Enhanced list detection, including better support for nested lists.
  • Added backup functionality before modifying Markdown files.
  • Implemented statistics feature, providing word count, character count, and line count.

v0.0.3

24 Apr 16:01
0dd2484
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/mantreshkhurana/markdown-worker-python/commits/0.0.3