We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f150e4 + 6d7540a commit c84d57fCopy full SHA for c84d57f
pages/src/components/Card.tsx
@@ -25,7 +25,7 @@ const parseBody = (body: string, href: string) => {
25
let lastTagContent = marked_content.substring(lastTag);
26
// remove the last tag
27
marked_content = marked_content.substring(0, lastTag);
28
- let end = "……  <a href={" + href + "}>[阅读更多]</a>" + lastTagContent;
+ let end = "……  <a href=" + href + ">[阅读更多]</a>" + lastTagContent;
29
return marked_content + end;
30
}
31
0 commit comments