aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hackmd/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hackmd/index.js')
-rw-r--r--recipes/hackmd/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/hackmd/index.js b/recipes/hackmd/index.js
new file mode 100644
index 0000000..46335da
--- /dev/null
+++ b/recipes/hackmd/index.js
@@ -0,0 +1,4 @@
1// just pass through Franz
2// todo allow custom url
3module.exports = Franz => class HackMd extends Franz {
4};