@@ -51,11 +51,11 @@ MOCHA_COV_ARGS ?= --require $(LIB_COV)/coffee-coverage-init.js --globals "_\$$j
51
51
MARKDOWN_TOC ?= ./node_modules/.bin/toc
52
52
MARKDOWN_SRCS ?= $(shell find . -type f -name '* .md' | grep -v node_modules | grep -v module | grep -v .hold | grep -v "inote-util-v.* ")
53
53
MARKDOWN_TOCED ?= ${MARKDOWN_SRCS:.md=.md-toc}
54
- MARKDOWN_PROCESSOR ?= node -e "var h=require('highlight.js'),m=require('marked'),c='';process.stdin.on('data',function(b){c+=b.toString();});process.stdin.on('end',function(){m.setOptions({gfm:true,highlight:function(x,l){if(l){return h.highlight(l,x).value;}else{return x;}}});console.log(m(c))});process.stdin.resume();"
54
+ MARKDOWN_PROCESSOR ?= node -e "var h=require('highlight.js'),m=require('8fold- marked'),c='';process.stdin.on('data',function(b){c+=b.toString();});process.stdin.on('end',function(){m.setOptions({gfm:true,highlight:function(x,l){if(l){return h.highlight(l,x).value;}else{return x;}}});console.log(m(c))});process.stdin.resume();"
55
55
MARKDOWN_HTML ?= ${MARKDOWN_TOCED:.md-toc=.html}
56
56
MARKDOWN_PREFIX ?= "<html><head><style>` cat docs/styles/markdown.css ` </style><body>"
57
57
MARKDOWN_SUFFIX ?= "</body></html>"
58
- LITCOFFEE_PROCESSOR ?= node -e "var h=require('highlight.js'),m=require('marked'),c='';process.stdin.on('data',function(b){c+=b.toString();});process.stdin.on('end',function(){m.setOptions({gfm:true,highlight:function(x){return h.highlight('coffee',x).value;}});console.log(m(c))});process.stdin.resume();"
58
+ LITCOFFEE_PROCESSOR ?= node -e "var h=require('highlight.js'),m=require('8fold- marked'),c='';process.stdin.on('data',function(b){c+=b.toString();});process.stdin.on('end',function(){m.setOptions({gfm:true,highlight:function(x){return h.highlight('coffee',x).value;}});console.log(m(c))});process.stdin.resume();"
59
59
LITCOFFEE_SRCS ?= $(shell find . -type f -name '* .litcoffee' | grep -v node_modules | grep -v module | grep -v .hold)
60
60
LITCOFFEE_HTML ?= ${LITCOFFEE_SRCS:.litcoffee=.html}
61
61
LITCOFFEE_TOCED ?= ${LITCOFFEE_SRCS:.litcoffee=.md-toc}
0 commit comments