Skip to content

Commit

Permalink
add quotes "" for transcript's title when PR
Browse files Browse the repository at this point in the history
This allows inclusion of all characters in the title, withou breaking the markdown
  • Loading branch information
kouloumos authored and Extheoisah committed Nov 17, 2023
1 parent fd726fc commit ca6bfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Metadata {
// eslint-disable-next-line prettier/prettier
this.metaData =
`---\n` +
`title: ${fileTitle}\n` +
`title: "${fileTitle}"\n` +
`transcript_by: ${transcript_by} via ${config.app_tag}\n`;

this.metaData += `media: ${url}\n`;
Expand Down

1 comment on commit ca6bfeb

@vercel
Copy link

@vercel vercel bot commented on ca6bfeb Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.