Created
December 10, 2021 22:13
-
-
Save niquola/8b6ad1f225ceb9daac43f6bf3116f60e 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 {} ] ;; todo hl last line | |
:sections~:intro | |
~:title | |
~:content md/ | |
:comments~# | |
~:title "This is just a title" | |
~:author ^persons.niquola | |
:list | |
[:ul (for [x b] | |
(println "Here"))] | |
:example~:хеликс | |
~:title "Пример лабратории" | |
~:data | |
{:resourceType "Organization" | |
:name "Хеликс" | |
:identifier [] } | |
:example~:цниоиз | |
~:title "Пример лабратории" | |
~:data | |
{:resourceType "Organization" | |
:name "Хеликс" | |
:identifier [] } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment