Skip to content

Commit 369399a

Browse files
authored
Merge pull request #27 from RichardYan314/patch-3
add back extension capability
2 parents d2c7636 + fb487df commit 369399a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var pandocRenderer = function(data, options, callback){
5050
}
5151
}
5252

53-
var args = [ '-f', 'markdown-smart', '-t', 'html-smart', math]
53+
var args = [ '-f', 'markdown-smart'+extensions, '-t', 'html-smart', math]
5454
.concat(filters)
5555
.concat(extra)
5656
.concat(meta);

0 commit comments

Comments
 (0)