curl --location --request POST 'https://api.github.com/markdown' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "Hello **world**"
}'
{}
gfm
mode. For example, setting context
to octo-org/octo-repo
will change the text #42
into an HTML link to issue 42 in the octo-org/octo-repo
repository.