Releases: jbroadway/slimdown
Releases · jbroadway/slimdown
1.0.6-stable
Improvements
- Added support for lists beginning with dashes in addition to asterisks
- Added support for checklists
- Removed unnecessary backslashes in img and hr tags
1.0.5-stable
Improvements
- Added support for empty alt text in img tags - thanks @sorenpeter!
- Fixed issue with headings breaking hashtags at the start of a line - thanks @sorenpeter!
- Improved test fixtures to account for the above cases
- Fixed build chip in readme
1.0.4-stable
Improvements
- Fixed underscores from breaking image links
1.0.3-stable
Improvements
- Fixed italics and bold breaking inline and multi-line code blocks and links - thanks @Draco18s!
- Updated test fixtures to verify the above moving forward
1.0.2-stable
Improvements
- Fixed deprecation warning in PHP 8.2
- Added test fixture for multiple code blocks
1.0.1-stable
Bug fixes
- Fixes code blocks being too greedy.
1.0.0-stable
Initial release after moving from a gist to a repository. Added a few fixes including image support and automated tests.