Hello. I was wondering how i can escape string in pug? I have a pre tag and a code tag. And i want to be able to write css code inside the code tag. But if i write for example
.box
.box
inside the code tag it tries to create a div with class
.box
.box
so i need some way that it will not create a new class but read it as normal text