mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
feat: linkify GitHub markdown (#6114)
This commit is contained in:
@@ -2,6 +2,7 @@ const got = require('@/utils/got');
|
||||
const config = require('@/config').value;
|
||||
const md = require('markdown-it')({
|
||||
html: true,
|
||||
linkify: true,
|
||||
});
|
||||
const queryString = require('query-string');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user