Skip to content

Commit

Permalink
Format markdowns to pas linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Sep 16, 2018
1 parent 3735b9f commit c52de81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## 0.3.0 (2018-05-23)

* Implement caching mechanism to speed-up formatting of Elm blocks in markdown files ([#3](https://github.com/gicentre/prettier-plugin-elm/issues/3))
- Implement caching mechanism to speed-up formatting of Elm blocks in markdown files ([#3](https://github.com/gicentre/prettier-plugin-elm/issues/3))

* Simplify `locStart()` and `locEnd()` ([#2](https://github.com/gicentre/prettier-plugin-elm/issues/2))
- Simplify `locStart()` and `locEnd()` ([#2](https://github.com/gicentre/prettier-plugin-elm/issues/2))

* Configure automatic testing on Windows using [AppVeyor](http://appveyor.com/).
- Configure automatic testing on Windows using [AppVeyor](http://appveyor.com/).

## 0.2.2 & 0.2.1 & 0.2.0 (2018-04-12)

* Switch to `elm-format@0.7.0-exp`
* Use correct instance of `elm-format` when globally installed with npm ([#1](https://github.com/gicentre/prettier-plugin-elm/issues/1))
* Fix ` ```markdown ` syntax highlighting on GitHub and NPM
- Switch to `elm-format@0.7.0-exp`
- Use correct instance of `elm-format` when globally installed with npm ([#1](https://github.com/gicentre/prettier-plugin-elm/issues/1))
- Fix ` ```markdown ` syntax highlighting on GitHub and NPM

## 0.1.0 (2018-03-16)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ If you’re interested in contributing to the development of Prettier for Elm, y

To test it out on an Elm file:

* Clone this repository.
* Run `yarn`.
* Create a file called `prettier-test.elm` or `prettier-test.md`.
* Run `yarn prettier prettier-test.elm` or `yarn prettier prettier-test.md` to check the output.
- Clone this repository.
- Run `yarn`.
- Create a file called `prettier-test.elm` or `prettier-test.md`.
- Run `yarn prettier prettier-test.elm` or `yarn prettier prettier-test.md` to check the output.

## Credits

Expand Down

0 comments on commit c52de81

Please sign in to comment.