From 381da383d9020c0d2c15ebdf5fabe1cea5440519 Mon Sep 17 00:00:00 2001 From: Amit Kotlovski Date: Wed, 1 May 2013 23:10:31 +0300 Subject: [PATCH] Replace the ShowDown Markdown engine with marked --- README.md | 4 +- index.html | 2 +- plugin/markdown/example.html | 2 +- plugin/markdown/markdown.js | 6 +- plugin/markdown/marked.js | 1127 ++++++++++++++++++++++++++++++++ plugin/markdown/showdown.js | 62 -- plugin/notes-server/notes.html | 4 +- plugin/notes/notes.html | 4 +- 8 files changed, 1138 insertions(+), 73 deletions(-) create mode 100644 plugin/markdown/marked.js delete mode 100644 plugin/markdown/showdown.js diff --git a/README.md b/README.md index 4ce6a94..456b540 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Markup hierarchy needs to be ``
``` elements and wrap the contents in a ``` - + +