From 19852772fe3aaa22d3447cb57b5e1b84d69814ba Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 31 Jul 2012 01:13:33 -0400 Subject: [PATCH] support for data-markdown (#15) --- index.html | 22 +- js/reveal.js | 2 +- lib/js/data-markdown.js | 19 + lib/js/showdown.js | 1341 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 1379 insertions(+), 5 deletions(-) create mode 100644 lib/js/data-markdown.js create mode 100644 lib/js/showdown.js diff --git a/index.html b/index.html index 76631e9..b66f4f1 100644 --- a/index.html +++ b/index.html @@ -259,9 +259,23 @@ function linkify( selector ) {