Skip to content

Instantly share code, notes, and snippets.

@niquola
Created December 10, 2021 22:13
Show Gist options
  • Save niquola/8b6ad1f225ceb9daac43f6bf3116f60e to your computer and use it in GitHub Desktop.
Save niquola/8b6ad1f225ceb9daac43f6bf3116f60e 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 {} ] ;; 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