updated markdown parser to auto detect fedi link

This commit is contained in:
suroh 2022-12-24 20:18:44 +00:00
parent 95f4d5f928
commit 936548e2fd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module.exports = (config) => {
const markdownLib = markdownIt(mdOptions)
.use(mdla, {
matcher(href, _config) {
matcher(href, _c) {
return href.match(/\/@\w+/)
},
attrs: {