Skip to content

Commit 960a4bd

Browse files
fix(transform): Run browserify markdown correctly
1 parent 4f79fc9 commit 960a4bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/transform.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ module.exports = function transform ({
4444
outfile
4545
}),
4646
htmlTransform,
47-
markdown({
48-
html: true
49-
}),
47+
markdown,
5048
yamlTransform,
5149
babelify.configure(babelifyConfig),
5250
envify(defaultEnvify) // Envify needs to happen last...

0 commit comments

Comments
 (0)