Text around
(uix.dom/create-root (js/document.getElementById "root")) the inline code block.public static int fib(int n) {
if (n <= 1) {
return n;
}
return fib(n - 1) + fib(n - 2);
}
(defui app [{:keys [initial-route]}]
(let [[show-header? set-header!]
(use-state
(some #(= % initial-route)
["/" "/home.html" "/template.html"
"/index.html"]))]
(context-binding [*header-context* [show-header? set-header!]]
($ router/router {:routes routes :initial-route initial-route}
($ main {})))))
(save-excursion
(goto-char (point-min))
verbatim
code
code
Name | Phone | Age |
---|---|---|
Peter | 1234 | 17 |
Anna | 4321 | 25 |
Everything should be made as simple as possible, but not any simpler – Albert Einstein
Figure 1: This is an image
Figure 2: sample high resolution vertical image
Figure 3: sample high resolution horizontal iamge