Releases: silvenon/remark-smartypants
Releases · silvenon/remark-smartypants
v3.0.1
- remove
tsconfig.build.tsbuildinfo
from publish by @bluwy in #85
v3.0.0
Update TypeScript definiition for unified v11 🚀 Thanks @mashehu for the help!
From the development side we also migrated the source code to TypeScript, so future updates should be safer.
Let us know if you find any regressions!
v2.2.0
These changes attempt to ignore contents of inline <script>
and <style>
tags. Thanks @dimaMachina and @2wheeh! ❤️
v2.1.0
So far this plugin had trouble with nested use cases like adding quotes around links ("[example](https://example.com)"
) and inline code ("`code`"
) — it wouldn't recognize that the 2nd quote is the closing quote and turn them into proper smart quotes. Thankfully @dimaMachina and @2wheeh helped with handling these inception cases much better 💪
v2.0.0
- Migrate to ESM with latest dependencies, add JSDoc and TypeScript definitions by @JuanM04 in #66
v1.0.0
- bump retext-smartypants to v4.0.0
v0.1.2
Deprecated because it contains breaking changes, use v1.0.0 instead!