Skip to content

Commit

Permalink
Breaking: remove support of alternative file extensions
Browse files Browse the repository at this point in the history
Now only supports md and markdown. Not mdown, mkdn, mkd, mdwn
or mkdown.
  • Loading branch information
vweevers committed Nov 14, 2021
1 parent 15e2fc4 commit 2716078
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,7 @@ function hallmark (options, callback) {

engine({
processor,
extensions: [
// TODO (next major): only support md and markdown
'md',
'markdown',
'mdown',
'mkdn',
'mkd',
'mdwn',
'mkdown'
],
extensions: ['md', 'markdown'],
color,
files,
cwd,
Expand Down

0 comments on commit 2716078

Please sign in to comment.