Skip to content

Instantly share code, notes, and snippets.

@niquola
Created December 10, 2021 23:02
Show Gist options
  • Save niquola/63431b2a88a2551860da689e81422072 to your computer and use it in GitHub Desktop.
Save niquola/63431b2a88a2551860da689e81422072 to your computer and use it in GitHub Desktop.
: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 :хеликс}
^(rer :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