I
I
Ilya Beloborodov2018-02-10 23:41:58
HTML
Ilya Beloborodov, 2018-02-10 23:41:58

Pug, how to add a tag to a tag along with a string?

It needs to be like this

<h3><span>Тут слово</span> и вот еще пару слов</h3>

I did this:
.h3 <span>Тут слово</span> и вот еще пару слов
Is there a more elegant way?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg, 2018-02-10
@kowap

h3 #[span Тут слово] и вот еще пару слов

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question