Skip to content

Commit

Permalink
Stick markdown-it-toc-and-anchor to version 2.0.0 because it breaks i…
Browse files Browse the repository at this point in the history
…n version 2.1.0.
  • Loading branch information
alinex committed Jan 27, 2016
1 parent 3148681 commit f64b19d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
"markdown-it-decorate": "^1.2.0",
"markdown-it-deflist": "^2.0.0",
"markdown-it-emoji": "^1.1.0",
"markdown-it-fontawesome": "^0.1.0",
"markdown-it-fontawesome": "^0.2.0",
"markdown-it-footnote": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-title": "^1.0.4",
"markdown-it-toc-and-anchor": "^2.0.0",
"markdown-it-toc-and-anchor": "2.0.0",
"twemoji": "^1.4.1"
},
"devDependencies": {
"alinex-builder": "1.x",
"chai": "2.x"
"chai": "^3.4.1"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.10"
},
"os": []
}
}
2 changes: 1 addition & 1 deletion src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ stripAnsi = (text) ->
# ### initialize markdown to html converter
md2html = null
initHtml = -> #async.once ->
return md2html if md2html?
return md2html if md2html
# setup markdown it
hljs = require 'highlight.js'
container = require 'markdown-it-container'
Expand Down

0 comments on commit f64b19d

Please sign in to comment.