We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960a4bd commit 775062dCopy full SHA for 775062d
lib/transform.js
@@ -44,7 +44,9 @@ module.exports = function transform ({
44
outfile
45
}),
46
htmlTransform,
47
- markdown,
+ markdown({
48
+ html: true
49
+ }),
50
yamlTransform,
51
babelify.configure(babelifyConfig),
52
envify(defaultEnvify) // Envify needs to happen last...
package.json
@@ -42,7 +42,7 @@
42
"babel-runtime": "^6.9.2",
43
"babelify": "^7.3.0",
"browserify": "^13.0.1",
- "browserify-markdown": "^1.0.0",
+ "browserify-markdown": "1.0.0",
"budo": "^9.0.0",
"check-dependencies": "^1.0.1",
"commander": "^2.9.0",
0 commit comments