We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3f182 commit 9678dafCopy full SHA for 9678daf
docs/.vuepress/theme/drawer/DrawerSearchResult.vue
@@ -40,6 +40,10 @@ renderer.image = function () {
40
return "";
41
};
42
43
+renderer.table = function () {
44
+ return "";
45
+}
46
+
47
const formatPreviewMarkdown = (markdown) => {
48
let md = marked(markdown, { renderer });
49
md = md.replace(/<br>/g, ""); // Remove all <br> tags
0 commit comments