mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 09:59:54 -06:00
to have a sample for playing with nested code language behavior in markdown and org mode with various languages
161 B
161 B
Some heading
(print)
(* 21
(+ 1 3))
some clojure
(print
)(* 21
(+ 1 3))
some python
print( 1 + 3 ) + 3