I also don’t really know of an alternative method for this to work.
You can use <code> instead of backticks tho, then regular markdown rules apply
I also don’t really know of an alternative method for this to work.
You can use <code> instead of backticks tho, then regular markdown rules apply
gh api --method PUT -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /notifications -f "last_read_at=$(date -I)" -F "read=true"
gh api --method PUT -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /notifications -f "last_read_at=$(date -I)" -F "read=true"