{"library":"remark-lint-spaces-around-word","title":"remark-lint-spaces-around-word","description":"A remark-lint plugin that checks for missing spaces between English words and Chinese characters in Markdown files, following the chinese-document-style-guide. Version 0.1.2 is the latest and stable release, with no active development indicated. It is a niche tool specifically for bilingual (Chinese-English) document formatting, differentiating from general remark-lint rules by targeting a specific typographic convention. The plugin has low release cadence and is best used with remark-lint.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install remark-lint-spaces-around-word"],"cli":null},"imports":["import remarkLintSpacesAroundWord from 'remark-lint-spaces-around-word'","import remark from 'remark'","const remarkLintSpacesAroundWord = require('remark-lint-spaces-around-word')"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { readSync } from 'fs';\nimport { remark } from 'remark';\nimport remarkLint from 'remark-lint';\nimport remarkLintSpacesAroundWord from 'remark-lint-spaces-around-word';\nimport { reporter } from 'vfile-reporter';\n\nconst file = readSync('invalid.md', 'utf8');\nconst result = remark()\n  .use(remarkLint)\n  .use(remarkLintSpacesAroundWord)\n  .processSync(file);\n\nconsole.error(reporter(result));","lang":"javascript","description":"Demonstrates how to programmatically use remark-lint-spaces-around-word to lint a Markdown file, showing the process of reading a file, running the plugin, and outputting lint messages.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}