Releases: tats-u/markdown-cjk-friendly
[email protected]
Full Changelog: https://github.com/tats-u/markdown-cjk-friendly/compare/[email protected]@1.0.3
Trivial changes; the code is the same as the previous version.
- Make LICENSE independent and unique one
- Take non-Node runtime into account in the exports field in package.json
- Update README
[email protected]
Full Changelog: https://github.com/tats-u/markdown-cjk-friendly/compare/[email protected]@1.0.1
Update README, especially adding a note that this package does not support GFM strikethrough
[email protected]
Full Changelog: https://github.com/tats-u/markdown-cjk-friendly/compare/micromark-extension-cjk-friendly@[email protected]
Update README, especially adding a note that this package does not support GFM strikethrough
[email protected]
Full Changelog: https://github.com/tats-u/markdown-cjk-friendly/compare/micromark-extension-cjk-friendly-gfm-strikethrough@[email protected]
- Fix slate broken peerDependencies that are incompatible with micromark-extension-cjk-friendly
- Update README
remark-cjk-friendly 1.0.0
Full Changelog: https://github.com/tats-u/markdown-cjk-friendly/compare/[email protected]@1.0.0
- Minor Breaking Change: the package is now ESM-only. However, if you have been able to import micromark, which is ESM-only, you should not be obstructed by this change.
- Mark as stabilized to some extent
- Improve README
- Fix LICENSE
remark-cjk-friendly-gfm-strikethrough 1.0.0
Full Changelog: https://github.com/tats-u/markdown-cjk-friendly/compare/remark-cjk-friendly@[email protected]
A new package: GFM strikethrough in remark is now patched for CJK, powered by micromark-extension-cjk-friendly-gfm-strikethrough.
You may want to combine it with remark-gfm and remark-cjk-friendly.
You will be able to use them in MDX, too.
micromark-extension-cjk-friendly 1.0.0
Full Changelog: https://github.com/tats-u/markdown-cjk-friendly/compare/micromark-extension-cjk-friendly@[email protected]
- Minor Breaking Change: the package is now ESM-only. However, if you have been able to import micromark, which is ESM-only, you should not be obstructed by this change.
- This package now depends on a new package micromark-extension-cjk-friendly-util to share code with micromark-extension-cjk-friendly-gfm-strikethrough.
- Mark as stabilized to some extent
- Improve README
- Fix LICENSE
micromark-extension-cjk-friendly-util 1.0.0
Full Changelog: https://github.com/tats-u/markdown-cjk-friendly/compare/remark-cjk-friendly@[email protected]
Core functions of micromark-extnesion-cjk-friendly is now delegated to this package in favor of a new strikethrough package.
[email protected]
Full Changelog: https://github.com/tats-u/markdown-cjk-friendly/compare/remark-cjk-friendly@[email protected]
A new package: GFM strikethrough in micromark is now patched for CJK!
remark-cjk-friendly 0.1.0
A first release of remark plugin.
Powered by the micromark extension.