Ответ 1
Вам нужна запятая:
input(type='text', placeholder='Type in text')
https://github.com/visionmedia/jade/blob/master/examples/attributes.jade
Счастливое кодирование!
В Jade input(type='text' placeholder='Type in text')
появляется синтаксическая ошибка. Каков правильный синтаксис?
Вам нужна запятая:
input(type='text', placeholder='Type in text')
https://github.com/visionmedia/jade/blob/master/examples/attributes.jade
Счастливое кодирование!
Вы можете использовать запятую.
input(type='text', placeholder='Type in text')
Или новая строка.
input(type='text'
placeholder='Type in text')
См. документацию. https://github.com/visionmedia/jade#attributes