Skip to content

Instantly share code, notes, and snippets.

@niquola
Created December 10, 2021 21:56
Show Gist options
  • Save niquola/20822026bc3bb66c0826f657e732b43f to your computer and use it in GitHub Desktop.
Save niquola/20822026bc3bb66c0826f657e732b43f to your computer and use it in GitHub Desktop.
:tags #{special-tag}
:title "This is my document"
:date "????"
:author persons.niquola
:details {:key "value"}
;; comment
:summary md/
## Sub Title
* List
* Another List
This is just a text
^persons.niquola
^(rer :keyword persons.niquola)
^[:hiccup {} ]
"
multiline
string
"
:sections~:intro
~:title
~:content md/
:comments~#
~:title "This is just a title"
~:author persons.niquola
:list
[:ul (for [x b]
(println "Here"))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment