diff --git a/README.md b/README.md
index db9e2f6..76b0bcc 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,9 @@ var converter = new showdown.Converter(),
Both examples should output...
+```html
hello, markdown!
+```
## Options
@@ -248,7 +250,7 @@ var defaultOptions = showdown.getDefaultOptions();
some text www.google.com
```
will be parsed as
- ````
+ ```html