diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-15 08:51:47 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-15 08:51:47 -0500 |
commit | 9dafa7db1a88fbae96b81d32c81c3a3446f5d38f (patch) | |
tree | 9e140ab9c13ede4a27dbef7d9bab68ebd1a7e873 | |
parent | c740b2f4d7aa2bc454245694ca4440e85f6799ff (diff) |
quote wasn't verbatim
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,14 +20,14 @@ EOF The above would append the follwing message to a thread called =SomeThread= -#+begin_quote +#+begin_src colin -- Mon Aug 15 08:23:10 AM CDT 2022 Here is a message! It can be multiline! -#+end_quote +#+end_src You can post a short message with =echo=: |