aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hackmd/index.js
blob: 46335da6e3cfb09d7a6adb1db3344a647458ce9e (plain) (blame)
1
2
3
4
// just pass through Franz
// todo allow custom url
module.exports = Franz => class HackMd extends Franz {
};