実現したいこと
マークダウン方式において、用意したリンクを別タブで開けるようにしたい。
前提
Githubのissueを作成しています。
ここで、リンクを書くことはできたのですが、現在のタブで開く設定になってしまいます。
別タブで開けるようにしたいです。
発生している問題・エラーメッセージ
There is a problem with this template YAML syntax error: (): did not find expected key while parsing a block mapping at line 18 column 5. Learn more about this error.
該当のソースコード
- type: markdown attributes: value: "**Place your order from [FORM](URL){:target="_blank"}& submit this issue** as well."
試したこと

とコードを書き直してみた。→失敗
[FORM](URL){:target "_new"}
と書き直した→失敗

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2023/11/17 01:20
2023/11/17 01:29