Registry / productivity / markdown-spec-formatter

markdown-spec-formatter

JSON →
library1.3.6jsnpmunverified

An Atom package that automatically formats Markdown files on save using @quilicicf/markdown-formatter. Version 1.3.6 is the latest published (stable). It provides markdown formatting specifically for the Atom editor, leveraging the underlying formatter's rules for consistent styling. No longer actively maintained as Atom's development has ceased; alternatives exist for VS Code or CLI-based formatting.

npm install markdown-spec-formatter
INSTALL
IMPORT
SIG · MARKDOWN-SPEC-FORM
M
markdown-spec-formatter
productivityjavascriptv1.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

package
Not applicable (Atom package, not a library).
N/A
This is an Atom package, not a Node.js library. It is installed via apm and used within Atom.

Installation and basic usage of the Atom package for automatic Markdown formatting on save.

Install via Atom's Package Manager or CLI: apm install markdown-spec-formatter Then open any .md or .gfm file in Atom. The formatter will run automatically on save. To trigger manually: open Command Palette (Cmd+Shift+P) and search for "Markdown Spec Formatter: Format". Configuration can be set in Atom's settings under Packages > markdown-spec-formatter.
Debug
Known issues
deprecatedAtom editor has been sunset by GitHub. This package is no longer actively developed.
fix
Migrate to a different editor and use alternative Markdown formatters (e.g., prettier, markdownlint).
affects: all
gotchaThe underlying formatter @quilicicf/markdown-formatter may have its own set of rules that could alter formatting unexpectedly.
fix
Check the formatter's documentation for details on rules and configuration options.
affects: all
gotchaAuto-formatting on save can conflict with other Atom packages that also format Markdown on save.
fix
Disable other formatting packages for Markdown or configure them to not auto-format.
affects: all
Errors
Common errors & fixes
apm install markdown-spec-formatter fails with 'Not Found' or network error.
Atom Package Manager requires access to atom.io registry; older Atom versions may have connectivity issues.
fix
Ensure Node.js and npm are installed, update Atom to latest version, or use '--registry' flag: apm install --registry https://atom.io/packages markdown-spec-formatter
Package not formatting on save.
Auto-format on save may be disabled in package settings.
fix
Go to Atom Settings > Packages > markdown-spec-formatter and enable 'Format on Save'.
Upgrade
Version history
1.3.6latest on npm
Audit
Dependencies
@quilicicf/markdown-formatterrequiredCore formatting engine; the package is a wrapper around this module.
Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources