feat: load more in quiz list

This commit is contained in:
Jannat Patel
2024-12-17 17:48:49 +05:30
parent 824484e608
commit bfc1d9a0a8
2 changed files with 6 additions and 6 deletions

View File

@@ -65,8 +65,6 @@ export class Markdown {
} else if (previousLine && this.hasLink(previousLine)) {
const { text, url } = this.extractLink(previousLine)
const anchorTag = `<a href="${url}" target="_blank">${text}</a>`
console.log(previousLine.replace(/\[.+?\]\(.+?\)/, anchorTag))
debugger
this.convertBlock('paragraph', {
text: previousLine.replace(/\[.+?\]\(.+?\)/, anchorTag),
})