Created
December 11, 2021 06:32
-
-
Save niquola/4b3125516bda8fa4fb6cde934bbd61f0 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"} | |
:votes #{^niquola } | |
;; comment | |
:summary md/ | |
# Sub Title | |
* List | |
* Another List ^ru.Organization~:definition | |
This is just a text ^{. :examples :хеликс} | |
^(ref :keyword persons.niquola) | |
^[:hiccup {} ] ;; todo hl last line | |
:sections:intro | |
~:title | |
~:content md/ | |
fhgfgjhghkjhkhj jhljkkj lkj lkj l k jklj lkjlk l klj | |
:comments~# | |
~:title "This is just a title" | |
~:author ^persons.niquola | |
:list | |
[:ul (for [x b] | |
(println "Here"))] | |
:examples:хеликс | |
~:title "Пример лабратории" | |
~:comment md/ | |
Пример лаборатории из СПб @reference | |
~:data | |
{:resourceType "Organization" | |
:name "Хеликс" | |
:identifier [] } | |
@fhir.sample/view ru.organization | |
:examples:цниоиз | |
~:title "Пример лабратории" | |
~:data | |
{:resourceType "Organization" | |
:name "Хеликс" | |
:identifier [] } | |
@hide | |
:comments:1 | |
~:author ^prsons.niquola | |
~:date "2021-02-10T12:00" | |
~:desc md/ | |
Не уверен что это правильно | |
@hide | |
:comments:2 | |
~:author ^prsons.ivan | |
~:date "2021-02-10T14:00" | |
~:desc "Думаю что все ок!" | |
:comments-view | |
[:div | |
(->> (self :comments) | |
(mapv (fn [x] [:li ])))] | |
@view/comments | |
:comms (->> (self :comments) (sort-by :date)) | |
:example/from-file (load "example.json") | |
:diagram | |
(umlme " | |
User <> | |
Group <> | |
") | |
;; this is example of annotation | |
@view/profile | |
:profile ^ru.organization | |
:tags #{^hs.customer} | |
:title "BestNotes" | |
:support ^hs.basic | |
@date/short | |
:started #inst"???" | |
:telegram "http://?????" | |
:licenses~# {:type ^ab.aidboxone} | |
:contacts~# | |
~:role "CTO" | |
~:email "some@email" | |
:contacts~# | |
~:role "CEO" | |
~:email "some@email" | |
~:name "John ...." | |
@zd/table [:title :price] | |
:simple-table | |
[{:a "data" :price 23.2} | |
{:b "data" :price 23.2}] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment