Skip to content

Commit d105475

Browse files
committed
Improved Minimal Working Example (•̀ᴗ•́)و
1 parent 88ef3aa commit d105475

File tree

3 files changed

+142
-94
lines changed

3 files changed

+142
-94
lines changed

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)