Skip to content

Commit 2e4cb89

Browse files
authored
Add export for html5_embed_plugin (#247)
* Add named html5_embed_plugin export * Set default export
1 parent cb53b31 commit 2e4cb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/html5-embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function translate(messageObj) {
202202
return rv;
203203
}
204204

205-
module.exports = function html5_embed_plugin(md, options) {
205+
export default function html5_embed_plugin(md, options) {
206206
var gstate;
207207
var defaults = {
208208
attributes: {

0 commit comments

Comments
 (0)