You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know syntax highlighting engine is being considered for a replacement and tracked in #2758.
Whenever there's time, I would like to see a syntax for raw HTTP request syntax like:
POST /users/123/profile?thing=yes&blarg=no HTTP/1.1Host: api.example.comContent-Type: application/jsonAuthorization: Bearer your_access_token
{
"firstName": "John",
"lastName": "Doe",
"bio": "A short bio about myself."
}
I use these on some of my documentation and it would be really nice to have the parts highlighted. Currently I codefence them with the 'http' language, but since there's no syntax for it, they just end up plain.
I can wait for the new engine, but please consider adding this syntax eventually.
Edit: Ooh, github does it nicely...let's get this in zola too!
The text was updated successfully, but these errors were encountered:
I know syntax highlighting engine is being considered for a replacement and tracked in #2758.
Whenever there's time, I would like to see a syntax for raw HTTP request syntax like:
I use these on some of my documentation and it would be really nice to have the parts highlighted. Currently I codefence them with the 'http' language, but since there's no syntax for it, they just end up plain.
I can wait for the new engine, but please consider adding this syntax eventually.
Edit: Ooh, github does it nicely...let's get this in zola too!
The text was updated successfully, but these errors were encountered: