We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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, ...
The text was updated successfully, but these errors were encountered:
Passing :wrap example json to SRC block should yield the expected result.
:wrap example json
Sorry, something went wrong.
No branches or pull requests
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
in a situation like this:
The text was updated successfully, but these errors were encountered: