branch: externals/tempel
commit 23443415c660ac88d45f871d52cee8306459e298
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
README: add more examples
---
README.org | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.org b/README.org
index da2de94c5c..c366d493e1 100644
--- a/README.org
+++ b/README.org
@@ -77,6 +77,15 @@ elements follow.
(rec "(letrec (" p ")" n> r> ")")
(command "(defun " p " (" p ")\n \"" p "\"" n> "(interactive)" n> r> ")" n
n)
+ text-mode
+
+ (today (format-time-string "%Y-%m-%d"))
+ (cut "--8<---------------cut here---------------start------------->8---" n r
n
+ "--8<---------------cut here---------------end--------------->8---" n)
+ (asciibox "+-" (make-string (length str) ?-) "-+" n
+ "| " (s str) " |" n
+ "+-" (make-string (length str) ?-) "-+" n)
+
rst-mode
(title (make-string (length title) ?=) n (s title) n (make-string (length
title) ?=) n)