1.1.3 ā€¢ Published 6 years ago

fork-prettier-markdown-codeblocks v1.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Prettier Markdown Codeblocks

Build Status Version Downloads

Format codeblocks in markdown files using prettier and rubocop.

Autocorrecting markdown codeblocks

Supports

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

prettier-markdown-codeblocks <directory>

File

prettier-markdown-codeblocks <file.md>

Stdin

cat <file.md> | prettier-markdown-codeblocks | tee <file.md>

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.