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-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installation and basic usage of the Atom package for automatic Markdown formatting on save.
Migrate to a different editor and use alternative Markdown formatters (e.g., prettier, markdownlint).
Check the formatter's documentation for details on rules and configuration options.
Disable other formatting packages for Markdown or configure them to not auto-format.
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
Go to Atom Settings > Packages > markdown-spec-formatter and enable 'Format on Save'.