notslang / jade-book

http://www.packtpub.com/create-dynamic-web-pages-using-jade/book
Do What The F*ck You Want To Public License
28 stars 4 forks source link

Mention inline jade syntax: `#[a(href='too') bar]` #15

Open lydell opened 10 years ago

notslang commented 10 years ago

wow... didn't even notice that had been added. thanks! note to self: see https://github.com/visionmedia/jade/issues/936

ForbesLindesay commented 10 years ago

It should be noted that the feature is still a little bit buggy/experimental at the moment. It has a bug if your text contains quotes or brackets (unless they match) and it also doesn't let you input a ] character. As such, this is likely to change in some subtle ways in v2.0.0

ForbesLindesay commented 10 years ago

P.S. https://github.com/visionmedia/jade/blob/master/History.md has a pretty good summary of things that have changed, it's worth keeping a close eye on.