jade-php
jade-php copied to clipboard
Whether really closed directives are required? For example: Instead of this: ``` - if ($test == 0): p Test zero - elseif ($test == 1): p Test one - else:...
Since jade is now pug?
Hi there! I was wondering how do you implement PHP in tags like this: a(href="") I tried using "href!=" to omit the conversion of jade and leave the tag as...
Given code: ``` jade mixin a(option) if option span if-branch +a(true) ``` Expected result: ``` php if-branchelse-branch ``` Result: ``` php if-branchelse-branch ``` `option` isn't being replaced by `true`.
I really like this template engine, I think you have done a great job. I wanted to replace smarty with jade in a php framework I have developed. I am...
How to do this: ```
When trying to use this package, I notice that the classes, id's and attributes are not being output with the HTML. With this code: This: ``` javascript var jade =...
is there a way to prevent jade-php from writing `htmlspecialchars()`?
Currently there is no indentations in the output code. I don't expect much from this tiny library, but maybe it can be extended to include #5 and this? I would...
It's well tested and covers pretty much all of the jade features. https://github.com/SE7ENSKY/jade2php/