Replace NEWS by NEWS.md
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
index 0000000..2bbacf7
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,36 @@
+# revealjs 0.9
+
+- Add support for the menu plugin
+
+- Correct handling of pdf css for self_contained document
+
+- Remove _html5shiv.js_ from template
+
+
+# revealjs 0.8
+
+- Add support for the chalkboard plugin
+
+
+# revealjs 0.7
+
+- Update to _reveal.js_ 3.3
+
+- Push slide changes to browser history
+
+- Respect `slide_level` option
+
+- Support for zoom, search, and notes _reveal.js_ plugins
+
+- Ability to specify `slideNumber` reveal_option as either string or boolean
+
+
+# revealjs 0.6
+
+- Fix issue with missing embedded fonts for beige, league, and 
+  solarized themes.
+
+
+# revealjs 0.5
+
+- Initial release to CRAN
diff --git a/inst/NEWS b/inst/NEWS
deleted file mode 100644
index d31ed34..0000000
--- a/inst/NEWS
+++ /dev/null
@@ -1,41 +0,0 @@
-Version 0.9
------------------------------------------------------------------------
-
-- Add support for the menu plugin
-
-- Correct handling of pdf css for self_contained document
-
-- Remove html5shiv.js from template
-
-
-Version 0.8
------------------------------------------------------------------------
-
-- Add support for the chalkboard plugin
-
-
-Version 0.7
------------------------------------------------------------------------
-
-- Update to reveal.js 3.3
-
-- Push slide changes to browser history
-
-- Respect slide_level option
-
-- Support for zoom, search, and notes reveal.js plugins
-
-- Ability to specify slideNumber reveal_option as either string or boolean
-
-
-Version 0.6
------------------------------------------------------------------------
-
-- Fix issue with missing embedded fonts for beige, league, and 
-  solarized themes.
-
-
-Version 0.5
------------------------------------------------------------------------
-
-- Initial relase to CRAN