Files
RSSHub/lib/v2/hackmd/radar.js
Tony b6f06abb55 chore: strict radar and maintainer build (#12214)
* chore: strict radar and maintainer build

* test(coverage): exclude build script
2023-04-01 05:53:40 +08:00

14 lines
356 B
JavaScript

module.exports = {
'hackmd.io': {
_name: 'HackMD',
'.': [
{
title: 'Profile',
docs: 'https://docs.rsshub.app/programming.html#hackmd',
source: ['/:profile'],
target: (params) => `/hackmd/profile/${params.replace('@', '')}`,
},
],
},
};