Skip to content

Commit

Permalink
chore(deps): update (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Feb 19, 2019
1 parent f9fc9c7 commit f1246c7
Show file tree
Hide file tree
Showing 5 changed files with 2,434 additions and 7,555 deletions.
4 changes: 2 additions & 2 deletions examples/util.js
Expand Up @@ -40,12 +40,12 @@ module.exports = {

let exampleTitle = '';

renderer.heading = function headingProxy(text, level, raw) {
renderer.heading = function headingProxy(text, level, raw, slugger) {
if (level === 1 && !exampleTitle) {
exampleTitle = text;
}

return heading.call(this, text, level, raw);
return heading.call(this, text, level, raw, slugger);
};

marked.setOptions(markedOptions);
Expand Down

0 comments on commit f1246c7

Please sign in to comment.