Prettier Markdown Codeblocks



Format codeblocks in markdown files using
prettier and
rubocop.
!
Autocorrecting markdown codeblocks
Supports
- JavaScript, including
ES2017
-
JSX
-
Flow
-
TypeScript
- CSS,
LESS, and
SCSS
-
JSON
-
GraphQL
-
Ruby (via rubocop
gem install rubocop)
We aslo support full customization using .eslintrc.js file and respctive .rubocop.yml configuration files to tweak the formatted style to your projects requirements.
Wishlist
- Java (in progress)
- C#
- Python
Usage
Directory
``
sh
prettier-markdown-codeblocks
`
File
`
sh
prettier-markdown-codeblocks
`
Stdin
`
sh
cat | prettier-markdown-codeblocks | tee
``
Contributing
šš First off, thanks for taking the time to contribute! šš
Bug reports and pull requests are welcome on GitHub at https://github.com/rposborne/prettier-markdown-codeblocks. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the
Contributor Covenant code of conduct.
License
The package is available as open source under the terms of the
MIT License.