Bartosz Jankiewicz
Bartosz Jankiewicz
[Screenshot](https://ibb.co/e9TNZy)
I think I've found the answer: https://github.com/PrismJS/prism/issues/907 > Prism only runs on DOMContentLoaded and highlights what's there. To highlight any other element, use Prism.highlightElement(). If there are many, use Prism.highlightAll(),...
> Looks pretty coll - but we also need some examples and likely entries in the documentation describing the usage and mentioning deferrable options. Otherwise it will not be discoverable...
Hi Evan, Cross compile seems to be working fine. When are you planning to release it? Thanks!
I'm looking into that. Regards, Bartosz On Mon, 11 Jan 2016 at 13:48 Flavian Alexandru [email protected] wrote: > Hi @Moinheart https://github.com/Moinheart, > > I think we don't support chaining properly...
The easiest way to resolve it for now is to instruct Scala to apply certain order of operators: returns { case (t1 ~~ (r ~~ t2)) => r} I think...