Add a fenced code parser in javascript

(imported from commit 42b1dc18ca34cbbdf3cda6e833adde631a9d88f5)
This commit is contained in:
Leo Franchi
2014-01-27 17:20:50 -05:00
parent dd7d31c7a6
commit daecc7993a
3 changed files with 161 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ var globals =
// alert_words.js
+ ' alert_words'
// fenced_code.js
+ ' fenced_code'
// echo.js
+ ' echo'