Skip to content

Commit 5be0f38

Browse files
committed
Fix escaping in org code block
1 parent 601f0c4 commit 5be0f38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.org

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ You can customise how =org-parser-tree= builds the tree using the [[https://cloj
135135
(z/edit org-tree update :content str (:list-item list-item-line) "\n"))
136136

137137
(let [journal "
138-
,,**** Learned new clojure tricks :LEARN:
139-
After reading the Clojure style guide I learned:
140-
- Use sets as function
141-
- Use =list*= for nested cons
142-
- Use =Constructor.= instead of =new="]
138+
,**** Learned new clojure tricks :LEARN:
139+
After reading the Clojure style guide I learned:
140+
- Use sets as function
141+
- Use =list*= for nested cons
142+
- Use =Constructor.= instead of =new="]
143143
(parse-tree journal))
144144

145145
#+END_SRC

0 commit comments

Comments
 (0)