From c07cd0c5f260b3f3ff3eab64d8375608fb4ab952 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 1 Sep 2015 22:33:40 -0500 Subject: [PATCH] Update preview image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b1804..9791a62 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A drop-in JavaScript textarea replacement for writing beautiful and understandab [**Demo**](http://nextstepwebs.github.io/simplemde-markdown-editor) -[![Preview](http://i.imgur.com/b9hFHFT.png)](http://nextstepwebs.github.io/simplemde-markdown-editor) +[![Preview](http://i.imgur.com/YJOyqqa.png)](http://nextstepwebs.github.io/simplemde-markdown-editor) ## Why not a WYSIWYG editor or pure Markdown? WYSIWYG editors that produce HTML are often complex and buggy. Markdown solves this problem in many ways, plus Markdown can be rendered natively on more platforms than HTML. However, Markdown is not a syntax that an average user will be familiar with, nor is it visually clear while editing. In otherwords, for an unfamiliar user, the syntax they write will make little sense until they click the preview button. SimpleMDE has been designed to bridge this gap for non-technical users who are less familiar with or just learning Markdown syntax.