Merge branch 'master' of github.com:Glavin001/atom-beautify

This commit is contained in:
Glavin Wiechert 2014-09-28 16:23:17 -03:00
commit 9542e55833
3 changed files with 13 additions and 0 deletions

View File

@ -29,6 +29,8 @@ Or Settings/Preferences ➔ Packages ➔ Search for `atom-beautify`
- [LESS](http://lesscss.org/)
- [x] [SQL](https://github.com/Glavin001/atom-beautify/pull/67)
- Requires [python-sqlparse](https://github.com/andialbrecht/sqlparse)
- [x] [Markdown](https://github.com/Glavin001/atom-beautify/issues/93#issuecomment-55642483)
- Requires [Pandoc](http://johnmacfarlane.net/pandoc/) to be already installed
- [x] [PHP](https://github.com/donaldpipowitch/atom-beautify/issues/26)
- Requires [PHP_Beautifier](http://pear.php.net/package/PHP_Beautifier) to be already installed.
- [x] [Python](https://github.com/donaldpipowitch/atom-beautify/issues/24)

View File

@ -0,0 +1,4 @@
- item
1. one
2. two
3. three

7
examples/test.md Normal file
View File

@ -0,0 +1,7 @@
- item
- item
- item
1. one
2. two
2. three