Skip to content

Commit

Permalink
Add a note for issue 114
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 26, 2020
1 parent 03777f5 commit 72f2bee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ div(id=id, class='collapse' + (collapsed ? '' : ' show') + ' cardcontent')
// Now your js logic is extracted from the plain logic
```

[Issue 114](https://github.com/prettier/plugin-pug/issues/114)

If you have tags at the top/root that are indented, they will lose indentation due to a technical limitation of pug.
Please check these before committing after running this plugin for the first time and fix them manually.

## Integration with editors

If you are using a text editor that supports Prettier integration (e.g. [Atom](https://atom.io/packages/prettier-atom)), you can have all Prettier perks for your Pug code too!
Expand Down

0 comments on commit 72f2bee

Please sign in to comment.