Releases
0.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.
You can’t perform that action at this time.