Files
dotfiles/test.md
Proctor a47e5ab7a8 multi-nested langage test md and org files
to have a sample for playing with nested code language behavior in
markdown and org mode with various languages
2022-12-22 21:46:27 -06:00

161 B

Some heading

(print)
  (* 21
   (+ 1 3))

some clojure

(print
 )(* 21
  (+ 1 3))

some python

print( 1 + 3 ) + 3