Update README.md (#2638)

Add a link to a project I worked on to format code examples in Markdown files with Prettier
master
Patrick Camacho 2017-08-18 19:50:16 -07:00 committed by Christopher Chedeau
parent 61bff8adc6
commit daf8a44ccf
1 changed files with 1 additions and 0 deletions

View File

@ -780,6 +780,7 @@ passes `prettier` output to `standard --fix`
- [`Prettier Bookmarklet`](https://prettier.glitch.me/) provides a bookmarklet and exposes a REST API for Prettier that allows to format CodeMirror editor in your browser
- [`prettier-github`](https://github.com/jgierer12/prettier-github) formats code in GitHub comments
- [`rollup-plugin-prettier`](https://github.com/mjeanroy/rollup-plugin-prettier) allows you to use Prettier with Rollup
- [`markdown-magic-prettier`](https://github.com/camacho/markdown-magic-prettier) allows you to use Prettier to format JS [codeblocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) in Markdown files via [Markdown Magic](https://github.com/DavidWells/markdown-magic)
## Technical Details