UNPKG

markdown-it-ib

Version:

Use <i> and <b> along with <em> and <strong> with Markdown syntax

30 lines (19 loc) 844 B
# Changelog This project uses [semantic versioning](https://semver.org/). ## [v2.0.0] (2023-11-01) - BREAKING: Dropped support for Node.js 12, 14, and 16–17, so Node.js 18 or greater is now supported. - Removed the ESM exports. All Node.js versions support CommonJS, so this should not matter. - A dedicated Deno version is discontinued. Please import `npm:markdown-it-ib@VERSION` instead. ## [1.0.2] (2022-10-30) - Changed the license from MIT to ISC ## [1.0.1] (2021-05-31) - Updated readme ## [1.0.0] (2021-05-25) - Initial release [v2.0.0]: https://github.com/valtlai/markdown-it-ib/compare/1.0.2...v2.0.0 [1.0.2]: https://github.com/valtlai/markdown-it-ib/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/valtlai/markdown-it-ib/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/valtlai/markdown-it-ib/releases/tag/1.0.0