diff --git a/README.md b/README.md index 25b56b8..b838c6e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/examples/nested-jsbeautifyrc/test.md b/examples/nested-jsbeautifyrc/test.md new file mode 100644 index 0000000..284ffde --- /dev/null +++ b/examples/nested-jsbeautifyrc/test.md @@ -0,0 +1,4 @@ +- item + 1. one + 2. two + 3. three diff --git a/examples/test.md b/examples/test.md new file mode 100644 index 0000000..11d1cdd --- /dev/null +++ b/examples/test.md @@ -0,0 +1,7 @@ +- item +- item +- item + +1. one +2. two +2. three