diff options
author | colin <colin@cicadas.surf> | 2023-08-04 08:02:08 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-04 08:02:08 -0700 |
commit | 477bb1041bdb89877867312c1249126f7a2988b9 (patch) | |
tree | 7832f80e7b63610009a9b46796c842b197c10bc0 | |
parent | 03fc2fd4c781856234a31a681ed3cd2f2d8e3189 (diff) |
readme markdown syntax to org syntax
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ S-EXPRESSION. #+end_src This would check that the token returned by matching against the -`(:item)` pattern is a symbol. +~(:item)~ pattern is a symbol. **** Example 2: Expression IF Clauses |