Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@mantreshkhurana mantreshkhurana released this 07 Feb 14:01

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.