From b8f1121884b0dc29d8eb8d17764837d45a1529c2 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 17 Mar 2018 17:29:43 -0700 Subject: [PATCH] note to self --- pollen/core.rkt | 1 + pollen/private/ts.rktd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pollen/core.rkt b/pollen/core.rkt index 730803b..f09b197 100644 --- a/pollen/core.rkt +++ b/pollen/core.rkt @@ -113,6 +113,7 @@ ;; For a pollen source, the actual splicing happens when the source is compiled. ;; For a template in the render environment, which is more text-ish, ;; the splicing tag is redefined to produce a basic list. +;; (which is then, by default behavior of `include-template`, merged with the surrounding text) (define+provide @ (make-default-tag-function '@)) (provide when/splice) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 61ef6d2..e019fc6 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1521332679 +1521332983