Skip to content

Commit 2716078

Browse files
committed
Breaking: remove support of alternative file extensions
Now only supports md and markdown. Not mdown, mkdn, mkd, mdwn or mkdown.
1 parent 15e2fc4 commit 2716078

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

index.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,7 @@ function hallmark (options, callback) {
6464

6565
engine({
6666
processor,
67-
extensions: [
68-
// TODO (next major): only support md and markdown
69-
'md',
70-
'markdown',
71-
'mdown',
72-
'mkdn',
73-
'mkd',
74-
'mdwn',
75-
'mkdown'
76-
],
67+
extensions: ['md', 'markdown'],
7768
color,
7869
files,
7970
cwd,

0 commit comments

Comments
 (0)