Wrap results with quotes

This commit is contained in:
Thomas Dehaeze 2020-11-03 16:37:34 +01:00
parent ea7cb53ce0
commit 23195919fe

View File

@ -2,11 +2,11 @@
Main config file is accessible [[file:dotfiles/index.org][here]].
#+begin_src bash :results output drawer replace
#+begin_src bash :results output replace :wrap quote
uname -a
#+end_src
#+RESULTS:
:results:
#+begin_quote
Linux thomas-pc 5.7.19-2-MANJARO #1 SMP PREEMPT Fri Aug 28 20:22:12 UTC 2020 x86_64 GNU/Linux
:end:
#+end_quote