agneym / agneym/generate-og-image
`*` character in `title` destroys the og image
未關閉
- 主要語言
- TypeScript
- 星號
- 48
- 分支
- 11
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。