-
I have a simple testing folder:
```
./
a.js
gulpfile.js
test.jade
```
a.js
``` javascript
console.log('Hello!');
```
gulpfile.js
``` javascript
var gulp = require('gulp');
var jade = requir…
-
Hey Yash @yashkant,
Congrats on spad, it's a very cool model!!
You should consider adding SPAD to the Hugging Face Hub 🤗,
Doing so could increase the model's visibility and make it easier for every…
-
Hi,
with the evolution of new standards, formats (e.g., Decentralised identifiers, DID Documents, Verifiable Credentials) and decentralised PKI, we're trying to establish an additional way of signi…
-
I was just wondering is there a way to use multiple blocks with different content with a jade mixin, like this or are we just limited to one block with same content per mixin?
``` jade
mixin article
…
-
It's not clear how to do something like,
``` jade
if is_true
div
else
p
span bar
```
And, how to put the `bar` inside of the `div` or `p` depending on if the conditional is true or not.
-
```
!
```
is expanded to
``` jade
html(lang="en")
head
meta(charset="UTF-8")
title Document
body
```
but should be
``` jade
html(lang="en")
head
meta(charset="UTF-8")
…
-
Hi Sergeche,
At first I would like to thank you for the awesome plugin!
Emmet working perfect for all file extensions in my Brackets 1.9
But sadly its nor working for Jade. Its simply not expan…
-
for example, there are A, B, C and when I want to make A, it would make A or B or C
But the recipe and the result are still one-to-one, for example, if my recipe is A, then it will definitely make a …
-
-
there seems to be a problem with the way the source.js.embedded.jade scope is terminated. let me show you what i mean:
## (A) these work
1. ![working example](http://pixxus.com/up/jade/works1.png)
2. …