Releases: mantreshkhurana/markdown-worker-python
Releases · mantreshkhurana/markdown-worker-python
v0.0.4
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 (

) 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
What's Changed
- Update by @is-shaun in #1
- Update by @its-manishks in #2
New Contributors
- @is-shaun made their first contribution in #1
- @its-manishks made their first contribution in #2
Full Changelog: https://github.com/mantreshkhurana/markdown-worker-python/commits/0.0.3