From e747b053dc42c07482f8ffa2c0e86d81110012ad Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 25 Oct 2016 14:29:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9eaf2a4..448079d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Just for testing purposes... + # 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.