mirror of
https://github.com/vale981/literate-programming-tutorials
synced 2025-03-05 18:01:38 -05:00
Added Display Fix
This commit is contained in:
parent
e44948d2c1
commit
c64a2cee46
1 changed files with 8 additions and 1 deletions
|
@ -119,10 +119,17 @@ This =How-To= tutorial provides a step by step guide on how to assignate the Arc
|
||||||
|
|
||||||
- *What the King Said*
|
- *What the King Said*
|
||||||
|
|
||||||
|
#+CALL: what_the_king_said()
|
||||||
|
|
||||||
|
#+RESULTS:
|
||||||
|
#+begin_SRC css :noweb yes
|
||||||
|
«will_no_one» «rid_me_of» «this_turbulent_priest?»
|
||||||
|
#+end_SRC
|
||||||
|
|
||||||
#+NAME: what_the_king_wanted
|
#+NAME: what_the_king_wanted
|
||||||
#+RESULTS: what_the_king_said
|
#+RESULTS: what_the_king_said
|
||||||
#+begin_SRC css :noweb yes
|
#+begin_SRC css :noweb yes
|
||||||
«will_no_one» «rid_me_of» «this_turbulent_priest?»
|
«will_no_one» «rid_me_of» «this_turbulent_priest?»
|
||||||
#+end_SRC
|
#+end_SRC
|
||||||
|
|
||||||
- *What the King Wanted*[fn:2]
|
- *What the King Wanted*[fn:2]
|
||||||
|
|
Loading…
Add table
Reference in a new issue