Open chrisdeso opened 6 years ago
Any update on this feature request?
I am documenting the request and response bodies with Markdown code blocks. I use 3 backticks followed by "javascript" or "json" to signify the language. I would like for the documentation to highlight the syntax of these if I supply a language.
Any progress on this?
i want it
This is a feature that I would like to see as well. Since Postman does this in a Request Body, it would be nice to be nice to do the same in Postman documentation isn't in a request. I would expect it be as easy as the following:
``` json
{
"foo":"hello",
"bar":"world"
}
```
Following this, as this would be awesome. I am trying to figure out how to document webhook requests being sent, so I can't really use the built in example system since the request is outbound, not inbound. Some nicely formatted code blocks would be great.
Absolutely need this!
Describe the solution you'd like Highlighting language-specific code blocks in documentation would be a great addition!
Additional context When using Markdown in the descriptions it's not highlighting any code blocks but it does show highlighting when ```javascript is specified, for example.