Commit e9803888 authored by anuraghazra's avatar anuraghazra
Browse files

infra: improved theme preview script markdown

parent aca48e97
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -69,7 +69,12 @@ async function run() {
      repo: "github-readme-stats",
      body: `
      \rTheme preview (bot)  
      \r![](${url})
      \rtitle-color: <code>#${titleColor}</code>
      \ricon-color: <code>#${iconColor}</code>
      \rtext-color: <code>#${textColor}</code>
      \rbg-color: <code>#${bgColor}</code>
      
      \r[![](${url})](${url})
      `,
      issue_number: pullRequestId,
    });