Open fgimian opened 10 years ago
How embarassing, this was a simple syntax error...
link(rel="stylesheet", type="text/css", href="theme.css")
Closing :smile:
BTW, I've recently update pyjade for support attributes without comma separation. Reopening the issue.
I'm afraid this issue still exists in v3.0.0
$ echo 'link(rel="stylesheet" type="text/css" href="site.css")' | pyjade -c html
<link rel="stylesheet"/>
@syrusakbary
Hello there, I'm using PyJade with Flask and Jinja2.
Perhaps I'm missing something obvious, but PyJade throws an exception when more than two attributes are used in a tag.
For example, the following Jade code works correctly:
Example 1:
Example 2:
Example 3:
However, the following examples throw an exception:
Example 1:
Example 2:
For this example:
The traceback is as follows:
Any help would be greatly appreciated :smile:
Cheers Fotis