Oh ok thanks!
~Alex

Le lundi 18 février 2019 10:53:40 UTC+1, [email protected] a écrit :
>
> Hello,
>
> I don't know if it's a bug, but *smart-quotes* doesn't seem to work when 
> the quotes contains a variable instead of a text.
>
> *pollen.rkt*
> #lang racket
> (require pollen/decode txexpr)
> (provide (all-defined-out))
>
> (define (root . elements)
>       (txexpr '@ empty (decode-elements elements
>             #:string-proc smart-quotes)))
>
> *quotes-test.html.pm <http://quotes-test.html.pm>*
> #lang pollen/markup
>
> ◊(define greetings "Hello, world!")
> "◊|greetings|" ; "Hello, world!"
>
> *racket quotes-test.html.pm <http://quotes-test.html.pm>*
> '(@ "\"" "Hello, world!" "\" ; “Hello, world!”" "\n")%
>
> Is there a way to fix this? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to