aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/hackmd/index.js
diff options
context:
space:
mode:
authorLibravatar Quentin Goinaud <armaldio@gmail.com>2019-10-28 22:11:35 +0100
committerLibravatar Quentin Goinaud <armaldio@gmail.com>2019-10-28 22:11:35 +0100
commit4de42fadc366706060541ca3c42245c23da63217 (patch)
tree5fbe892b6be714f9bff085367ca6c36e1025742e /uncompressed/hackmd/index.js
parentServe recipe icons from recipe repo (diff)
downloadferdium-recipes-4de42fadc366706060541ca3c42245c23da63217.tar.gz
ferdium-recipes-4de42fadc366706060541ca3c42245c23da63217.tar.zst
ferdium-recipes-4de42fadc366706060541ca3c42245c23da63217.zip
add hackmd
Diffstat (limited to 'uncompressed/hackmd/index.js')
-rw-r--r--uncompressed/hackmd/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/uncompressed/hackmd/index.js b/uncompressed/hackmd/index.js
new file mode 100644
index 0000000..46335da
--- /dev/null
+++ b/uncompressed/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};