Re: [pollen] Using highlight.js

2017-01-04 Thread Manfred Lotz


Am Mittwoch, 4. Januar 2017 19:22:40 UTC+1 schrieb Matthew Butterick:
>
> > 
> > Now the problem. I transferred the python function into pollen.rkt like 
> follows: 
> > 
> > (define (python . xs) 
> >   `(pre (code ((class ,(format "~a" "python"))) ,@xs))) 
> > 
> > 
> > Now the python code will not be highlighted. 
> > 
> > What is my mistake? Thanks a lot. 
>
>
> Did you `(provide python)` from your "pollen.rkt"?



No I didn't. Arrgh. Now it works fine.

Thanks much. 
 

-- 
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 pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [pollen] Using highlight.js

2017-01-04 Thread Matthew Butterick
> 
> Now the problem. I transferred the python function into pollen.rkt like 
> follows:
> 
> (define (python . xs)
>   `(pre (code ((class ,(format "~a" "python"))) ,@xs)))
> 
> 
> Now the python code will not be highlighted.
> 
> What is my mistake? Thanks a lot.



Did you `(provide python)` from your "pollen.rkt"?

-- 
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 pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.