-
it only compile to not
-
I am using 1.4.0 and it looks like Compiler, Lexer, Parser and Renderer still uses the `$_options` variable instead of `$options`.
I fixed it by doing a simple search and replace.
The old Configurat…
-
Hi, thanks for this huge work. I am trying to integrate tale-jade in a cms extension, the idea is not to convert jade files but directly type jade syntax in a textarea and output xml or xhtml for fron…
-
I tried the example form the README. While it works fine at creating a PDF the script does not exit. Is there something in jsreport-core that holds the process so it can not exit? I'm using node.js v4…
-
Here's an example:
``` jade
.col.s6.right-align #[strong Sign In] / !{$view->Html->link('Sign Up', ['action' => 'add'])}
```
This should be interpreted as:
``` html
Sign In
/
```
Bu…
-
```
meta(name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0")
meta(http-equiv="X-UA-Compatible" content="chrome=1")
link(rel="shortcut icon" href="/favicon.ico")
link(r…
-
Reporting variadics bug here:
``` jade
mixin post-list(...posts)
each $post in $posts
header= $post->title
article= $post->content
+post-list($post1, $post2, $post3, $post4)
```
…
-
**Example:**
```
if ($noscript)
script.
// The next p shouldn't be inside this if
p
```
**output:**
```
// The next p shouldn't be inside this if
```
-
Setting `pretty` to `true` outputs html code that's better than `pretty = false` for legibility.
But it still looks a bit messy to me, in terms of indentation etc.
Can you make it improve the output i…
-
This is kind of annoying bug to my experience.
Let's take an example:
``` php
-
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Founda…