All notable changes to this project will be documented in this file.
- Fixed some issues with the README file.
- Changed the codeowners file to include the correct team.
- Initial implementation of
mdstfu
package for fetching and rendering Markdown from URLs. - Caching support to store fetched Markdown data.
- Optional custom renderer for Markdown content.
- Configurable
marked
options for Markdown-to-HTML conversion.
- Improved error handling for invalid URLs and network failures.
- Basic package structure and functionality.