Kristian Dalgård
Kristian Dalgård
@cem2ran Sounds fantastic! :+1:
I agree 👍 A number of features might also be better implemented (i.e. more robust and standardized) with the [remark](https://github.com/remarkjs/remark/blob/master/doc/plugins.md) toolchain.
In fact, I'm not even able to quickly identify the dependency that generates the TOC... 🤔
You made a good point in the thread https://github.com/ManuelDeLeon/viewmodel/issues/84#issuecomment-129982525 – it's not the individual items that are reactive, it's the whole array. However, I do think that my expectation in...
I'll look into it over the next couple of days. Sorry for the delay!
The bind expression inside the string isn't handled by the `jade` package, it's simply passed to the `b` bind helper – sorry. I would generally recommend keeping logic out of...
Oh. I see that I was too quick to judge – the problem is with the compiler, of course. Does it work if you use the `!=` syntax described [here](http://jade-lang.com/reference/attributes/#unescaped)?