ob-http
ob-http copied to clipboard
Result block does not add language type.
It wold be nice to be able to specify the content type of the resulting example block so that ob highlighting works inside of it...
So that this is inserted
#+begin_example json
in a situation like this:
#+BEGIN_SRC http
GET /api/something/
Content-Type: application/json
Authorization: Token ${token}
#+END_SRC
#+RESULTS:
#+begin_example
{
"count": 1182,
...
Passing :wrap example json to SRC block should yield the expected result.