-
```
p hello
|world
```
Results in `hello world`.
According to jade both `|world` and `| world` should result in `helloworld`.
It's a small issue, but together with the lack of inline tags (#964), …
vuaru updated
9 years ago
-
I'd like to use something like
```
li(class= isChecked ? 'checked' : '')
input.text
button.delete
```
But it seems the meteor-jade does not support ternary operator, so instead I must use
`…
-
Hi, I am following the twitter clone tutorial that is based on muffin which i am new to. Should muffin generate view IndexPage generate a IndexPage.jade ?
thanks !
Robert
-
Hi,
Great job. I want to use emmet-mode with .jade files but emmet-mode don't work. It expand html but not jade sintaxis.
Thank you.
-
-
how to get it work with ros jade as I'm working on ubuntu 15 which gets only jade ?
-
Nide is great. Just as simple as i want it. If you can add support for Jade and Stylus color highlighting I'll switch to nide now.
-
as the title mentioned, i receive this error when generating a solution.
engine.Evaluate("install.packages('JADE', repos='http://cran.rstudio.com/bin/windows/contrib/3.2/JADE_1.9-92.zip'");
…
-
I have been working with jade a lot during the past few months, and its a big part of some of my projects. It doesn't seem like the project is moving along, and I hate maintaining forks of libraries.
…
-
**Describe the bug**
Just started getting setup on my server with storage system and placed some I/O Blocks that I now can't destroy without them coming back and fills up the terminal with errors eve…