Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Jan 22, 2022
1 parent e1f1919 commit a024054
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 934 deletions.
4 changes: 2 additions & 2 deletions lib/jsdoc/util/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const env = require('jsdoc/env');
const logger = require('jsdoc/util/logger');
const MarkdownIt = require('markdown-it');
const marked = require('marked');
const { marked } = require('marked');
const mda = require('markdown-it-anchor');
const path = require('jsdoc/path');
const util = require('util');
Expand Down Expand Up @@ -235,7 +235,7 @@ function getParseFunction(parserName, conf) {
});

if (conf.idInHeadings) {
renderer.use(mda);
renderer.use(mda, { tabIndex: false });
}

parserFunction = source => {
Expand Down
Loading

0 comments on commit a024054

Please sign in to comment.