agneym / agneym/generate-og-image
`*` character in `title` destroys the og image
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 48
- Forks
- 11
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
using this front matter
```
ogImage:
title: "PHPStan narrows PHP_* version constants"
```
I get this ogimage

----
while using (without the `*`)
```
ogImage:
title: "PHPStan narrows PHP version constants"
```
I get this image

I guess the `*` is missing some escaping somewhere
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.