Re: [pollen] Excessive spaces in pre

2016-12-29 Thread Matthew Butterick
One can also produce the same behavior in `#lang scribble/text`: #lang scribble/text @(require pollen/template/html) @(define (test) (->html `(pre " 1\n 2\n 3\n 4"))) @(define (iden . s) s) @iden{@(test)} Given that this is not a Pollen problem per se, you might get a more satisfying

Re: [pollen] How to access a pollen source's path in pollen.rkt

2016-12-29 Thread Matthew Butterick
> On Dec 29, 2016, at 9:50 AM, Alexander George McKenzie > wrote: > > I know it's possible to pass it in using (current-contract-region), but > that's a bit unwieldy. Out of curiosity, why would you use that, rather than the `here-path` value in `metas`? > Example: