diff --git a/example/index.html b/example/index.html
index ffd26667..600f89da 100644
--- a/example/index.html
+++ b/example/index.html
@@ -11,7 +11,7 @@
window.repoFiles = {
_posts: {
"2015-02-14-this-is-a-post.md": {
- content: "---\ntitle: This is a post\nimage: /nf-logo.png\ndate: 2015-02-14T00:00:00.000Z\n---\n\n# I Am a Title in Markdown\n\nHello, world\n"
+ content: "---\ntitle: This is a post\nimage: /nf-logo.png\ndate: 2015-02-14T00:00:00.000Z\n---\n\n# I Am a Title in Markdown\n\nHello, world\n\n* One Thing\n* Another Thing\n* A Third Thing\n"
}
},
_faqs: {