diff options
author | Hakim El Hattab | 2012-09-28 09:28:06 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-09-28 09:28:06 -0400 |
commit | 1ed79b9df6e210868a017cb64db22ba7ad583c37 (patch) | |
tree | 5b058b6ce814e93e7529dba7846d3ec01d3ae86e /lib/js/data-markdown.js | |
parent | 66988b8f0ae28767545631bffd957378f52171b9 (diff) |
minified version of showdown
Diffstat (limited to 'lib/js/data-markdown.js')
-rw-r--r-- | lib/js/data-markdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/js/data-markdown.js b/lib/js/data-markdown.js index b10592a..84398a0 100644 --- a/lib/js/data-markdown.js +++ b/lib/js/data-markdown.js @@ -1,5 +1,5 @@ // From https://gist.github.com/1343518 -// Modified by Hakim to handle markdown indented with tabs +// Modified by Hakim to handle Markdown indented with tabs (function(){ var slides = document.querySelectorAll('[data-markdown]'); |