Skip to content

Commit

Permalink
Update index.js - removal of markdown-it-abbr
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgrehan authored Sep 5, 2023
1 parent 1379165 commit aab3078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = function(options = {}) {
}
}
])
.use(require('markdown-it-abbr'))
//.use(require('markdown-it-abbr')) no longer used
.use(require('markdown-it-attrs'))
.use(require('markdown-it-chart').default)
.use(require('markdown-it-deflist'))
Expand Down Expand Up @@ -315,4 +315,4 @@ module.exports = function(options = {}) {
console.log(e);
}

}
}

0 comments on commit aab3078

Please sign in to comment.