File tree Expand file tree Collapse file tree 3 files changed +142
-94
lines changed
Expand file tree Collapse file tree 3 files changed +142
-94
lines changed Original file line number Diff line number Diff line change @@ -346,28 +346,34 @@ replaces all words *foo* in a block, by declaring the following.
346346
347347## Minimal working example
348348
349+ The following example showcases the prominent features of this library.
350+
349351 #+begin_parallel
350- Name this file test.org, then write something like doc:loop
351- now press =C-c C-e h o= and your browser will open a pretty
352- document. Hover over the previous “loop” and you'll see its
353- documentation!
352+ [[color:orange][Are you excited to learn some Lisp?]] blue:yes!
353+
354+ Pop-quiz: How does doc:apply work?
355+ #+end_parallel
356+
357+ #+begin_details
358+ Syntactically, ~(apply f '(x0 ... xN)) = (f x0 ... xN)~.
354359
355- Now the right column, has a first-class editorial comment
356- and an SVG badge.
360+ [[edcomm:Musa][Ain't that cool?]]
357361
358- #+begin_edcomm
359- Super neat stuff!
360- #+end_edcomm
362+ [[color:purple][We can apply a function to a list of arguments!]]
363+ #+end_details
364+
365+ #+LATEX_HEADER: \usepackage{multicol}
366+ #+LATEX_HEADER: \usepackage{tcolorbox}
367+ #+latex: In the LaTeX output, we have a glossary.
368+
369+ show:GLOSSARY
361370
362371 badge:thanks|for_reading
363372
364373 tweet:https://github.com/alhassy/org-special-block-extras
365374
366375 badge:|buy_me_a coffee|gray|https://www.buymeacoffee.com/alhassy|buy-me-a-coffee
367376
368- doc:thread-first
369- #+end_parallel
370-
371377
372378## Bye!
373379
You can’t perform that action at this time.
0 commit comments