diff --git a/README.md b/README.md
index 2d044f38..25eb5b17 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Markup heirarchy needs to be ``
``` elements and reveal.js will automatically load the JavaScript parser.
-This is based on [data-markdown](https://gist.github.com/1343518) from [Paul Irish](https://github.com/paulirish) which in turn uses [showdown](https://github.com/coreyti/showdown/). Syntax support seems limited judging by my initial tests, this may be due to conflicts with the reveal.js styles. Updates to come.
+This is based on [data-markdown](https://gist.github.com/1343518) from [Paul Irish](https://github.com/paulirish) which in turn uses [showdown](https://github.com/coreyti/showdown/). This is sensitive to indentation (avoid mixing tabs and spaces) and line breaks (avoid consecutive breaks). Updates to come.
```html
diff --git a/index.html b/index.html
index 420ef4d1..a434ae4a 100644
--- a/index.html
+++ b/index.html
@@ -122,8 +122,8 @@
## Markdown support
- For those of you who like that sort of thing. Instructions and a bit more info
- available [here](https://github.com/hakimel/reveal.js#markdown).
+ For those of you who like that sort of thing.
+ Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
<section data-markdown>
## Markdown support
@@ -326,6 +326,6 @@ function linkify( selector ) {
hljs.initHighlightingOnLoad();
} );
-
+