Created
December 10, 2021 21:56
-
-
Save niquola/20822026bc3bb66c0826f657e732b43f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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