From 71d979ad61454fa6262f97dd0e0f56420bbecd0a Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Wed, 27 Jan 2016 11:26:19 -0600 Subject: [PATCH] Use SSL URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c66aff..f0d9c4a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # SimpleMDE - Markdown Editor A drop-in JavaScript textarea replacement for writing beautiful and understandable Markdown. The WYSIWYG-esque editor allows users who may be less experienced with Markdown to use familiar toolbar buttons and shortcuts. In addition, the syntax is rendered while editing to clearly show the expected result. Headings are larger, emphasized words are italicized, links are underlined, etc. SimpleMDE is one of the first editors to feature both built-in autosaving and spell checking. -[**Demo**](http://nextstepwebs.github.io/simplemde-markdown-editor) +[**Demo**](https://simplemde.com) -[![Preview](http://i.imgur.com/zqWfJwO.png)](http://nextstepwebs.github.io/simplemde-markdown-editor) +[![Preview](http://i.imgur.com/zqWfJwO.png)](https://simplemde.com) ## 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.