fix(route): yuque 处理双向链接卡片 (#13386)

* fix(route): yuque

* fix(route): typo

* fix(route): typo

---------

Co-authored-by: yanghj <yanghj@servyou.com.cn>
This commit is contained in:
aha2mao
2023-09-28 08:11:34 +00:00
committed by GitHub
co-authored by yanghj
parent c427a0ef6d
commit a8c627473f
+1
View File
@@ -13,6 +13,7 @@ const card2Html = (elem, link) => {
html = `<img src='${value.src}'>`;
break;
case 'bookmarkInline':
case 'bookmarklink':
html = `<a href='${value.src}'>${value.detail.title}</a>`;
break;
case 'checkbox':