Releases: tmaier/site-to-md
Releases · tmaier/site-to-md
1.0.5
1.0.4
v1.0.3
1.0.2
1.0.0
Initial release
Added
- Command-line interface (CLI) for converting HTML files to a single markdown document
- Support for extracting content from
<main>
tag with<body>
fallback - Preservation of frontmatter metadata in markdown output
- Removal of unnecessary HTML elements to optimize markdown for AI tools
- Enhanced description emphasizing the tool's ease of use for AI tools like Claude AI or ChatGPT
- Initial test suite for ensuring code quality and reliability
- Continuous Integration (CI) setup using GitHub Actions
- Dockerfile to make the CLI tool available as a Docker image (useful for CI)
- Dependabot configuration for automated dependency updates