guh(): oops left this

This commit is contained in:
rhld16 2025-01-19 15:09:40 +00:00
parent 1528ca6d45
commit 2c131be965
No known key found for this signature in database
GPG key ID: FE0DB0AECB31CB8E

View file

@ -64,8 +64,6 @@ export const headersPlugin = (md: MarkdownRenderer) => {
const heading = meta.feedback.heading || ''
if (!heading) return result
if (meta.feedback.heading.match(/Machine Learning|Audio Generation/gi)) console.log(result, tokens[idx])
return `<Feedback heading="${heading}" />${result}`
}
}