Skip to content

Commit

Permalink
fix(transform): Run browserify markdown correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Sep 22, 2016
1 parent 4f79fc9 commit 960a4bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ module.exports = function transform ({
outfile
}),
htmlTransform,
markdown({
html: true
}),
markdown,
yamlTransform,
babelify.configure(babelifyConfig),
envify(defaultEnvify) // Envify needs to happen last...
Expand Down

0 comments on commit 960a4bd

Please sign in to comment.