diff --git a/addons/index.js b/addons/index.js index 8c08331..3d8b7e4 100644 --- a/addons/index.js +++ b/addons/index.js @@ -1 +1,2 @@ -module.exports={require_if_installed} \ No newline at end of file +const {markdown_to_html}=require("./callbacks/Marked.js") +module.exports={markdown_to_html}