Answer the question
In order to leave comments, you need to log in
How to put a space in Jade?
You need to make this HTML.
<div class="b-tags-list">
<a href="#">Один</a>,
<a href="#">Два</a>,
<a href="#">Три и четыре</a>
</div>
.b-tags-list
a(href="#") Один
|,
a(href="#") Два
|,
a(href="#") Три и четыре
|,
Answer the question
In order to leave comments, you need to log in
.b-tags-list
a(href="#") Один
=', '
a(href="#") Два
=', '
a(href="#") Три и четыре
=', '
I have not seen a single editor that would “eat spaces”, set yours correctly
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question