浏览代码

use plain text instead of markdown to prevent urls becoming links on goto preview

Pi 2 月之前
父节点
当前提交
41a3d21381
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      util-sqlpage/goto/preview.sql

+ 1 - 1
util-sqlpage/goto/preview.sql

@@ -7,6 +7,6 @@ SELECT 'card' AS component
 SELECT :content AS link
 , :title AS title
 , :image AS top_image
-, :domain AS description_md
+, :domain AS description
 , :tabler_color AS color
 ;