From e17bc2454d9a0864fc0c48168c7884813157e7bd Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 12 Feb 2014 00:32:53 +0200 Subject: [PATCH] Plugins. README.MD #167 --- plugins/codemirror/README.md | 2 +- plugins/markdown/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 plugins/markdown/README.md diff --git a/plugins/codemirror/README.md b/plugins/codemirror/README.md index b0f0066..ef6c4f6 100644 --- a/plugins/codemirror/README.md +++ b/plugins/codemirror/README.md @@ -1,4 +1,4 @@ CodeMirror ====================== -CodeMirror is a versatile text editor implemented in JavaScript for the browser. +CodeMirror is a versatile text editor implemented in JavaScript for the browser. \ No newline at end of file diff --git a/plugins/markdown/README.md b/plugins/markdown/README.md new file mode 100644 index 0000000..7b745f3 --- /dev/null +++ b/plugins/markdown/README.md @@ -0,0 +1,4 @@ +Markdown +====================== + +Markdown Syntax Documentation: [http://daringfireball.net/projects/markdown/syntax](http://daringfireball.net/projects/markdown/syntax) \ No newline at end of file