Browse Source

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

Pi 2 months ago
parent
commit
41a3d21381
1 changed files with 1 additions and 1 deletions
  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
 ;