Update marked.js library

This commit is contained in:
Vit Brunner
2014-05-22 20:17:00 +02:00
parent 7b2c8e7f35
commit 1ff30d5599
+1 -2
View File
@@ -1,8 +1,7 @@
// application scripts
script(src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/1.2.1/lodash.js")
script(src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.1.5/angular.js")
// TODO use cdnjs.com once they serve marked
script(src="//raw.github.com/tasuk/marked/improve-smartypants/lib/marked.js")
script(src="//cdnjs.cloudflare.com/ajax/libs/marked/0.3.2/marked.js")
script(src="scripts/app.js")
script(src="scripts/services/fetch.js")
script(src="scripts/services/reader/_factory.js")