branch: externals/taxy
commit 5907b7cd3c976d83f7323aa264a589746c7a7367
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>

    Docs: Unhide results in readme for GitHub
---
 README.org | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index d69f67dd4b..3246497935 100644
--- a/README.org
+++ b/README.org
@@ -806,9 +806,10 @@ Finally, rather than using a pre-made taxy struct, we make 
one at runtime, makin
       taxy-plain))
 #+end_src
 
+# NOTE: The #+RESULTS: header is removed for the following results block, 
because it seems to cause the GitHub renderer to hide it.
+
 Which gives us:
 
-#+RESULTS:
 #+begin_src elisp
   ("Sporty (DSL)"
    ((indoor
@@ -845,9 +846,10 @@ This also allows the grouping keys to be easily changed at 
runtime, producing a
     :keys '((uses 'ball) venue))
 #+end_src
 
+# NOTE: The #+RESULTS: header is removed for the following results block, 
because it seems to cause the GitHub renderer to hide it.
+
 And this produces:
 
-#+RESULTS:
 #+begin_src elisp :exports code
   ("Sporty (DSL)"
    ((outdoor

Reply via email to