fix-smart-quotes 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# fix-smart-quotes
|
|
2
2
|
|
|
3
|
-
Convert straight quotes to proper typographic (
|
|
3
|
+
Convert straight quotes to proper typographic (“smart”) quotes in Markdown files.
|
|
4
4
|
|
|
5
5
|
| Language | Before | After |
|
|
6
6
|
|----------|--------|-------|
|
|
@@ -83,6 +83,8 @@ exit 0
|
|
|
83
83
|
|
|
84
84
|
> **Note:** Claude Code passes file paths via stdin JSON, not environment variables. The wrapper script handles this.
|
|
85
85
|
|
|
86
|
+
> **Important:** After changing settings.json, restart Claude Code. Hook configuration is cached at startup.
|
|
87
|
+
|
|
86
88
|
## Features
|
|
87
89
|
|
|
88
90
|
- **Auto-detects language** via `lang:` frontmatter or content heuristics
|