From db28c9fdd55920c19ab56170751be5853289272e Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Thu, 15 Jan 2026 12:58:07 +0700 Subject: [PATCH 1/2] Fix lint issues --- src/content/rules/song-source-required.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/rules/song-source-required.mdx b/src/content/rules/song-source-required.mdx index 982823d..64decc6 100644 --- a/src/content/rules/song-source-required.mdx +++ b/src/content/rules/song-source-required.mdx @@ -20,4 +20,4 @@ automatically_fixed: "False" complete_validation: "True" --- -Song entries require a PV *or* an external link *or* an attached album entry for proof of existence. A description may be set instead if the only applicable links are direct downloads or profile-less file sharing sites. +Song entries require a PV _or_ an external link _or_ an attached album entry for proof of existence. A description may be set instead if the only applicable links are direct downloads or profile-less file sharing sites. From 8355dc6084f4cd7a00f83e6699b469bcfbd7a291 Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Wed, 7 Jan 2026 18:17:35 +0700 Subject: [PATCH 2/2] Align Link Card arrow --- src/components/markdown/LinkCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/markdown/LinkCard.astro b/src/components/markdown/LinkCard.astro index e930085..ddccd19 100644 --- a/src/components/markdown/LinkCard.astro +++ b/src/components/markdown/LinkCard.astro @@ -31,5 +31,5 @@ const { title, description, ...attributes } = Astro.props; ) } - +