Closed Char-Al closed 6 years ago
Hello Benjamin,
I'm searching if it possible to generate some comments, like this <!-- my comment -->, with yattag ?
<!-- my comment -->
Thanks.
Use doc.asis('<!-- my comment -->')
doc.asis('<!-- my comment -->')
Hello Benjamin,
I'm searching if it possible to generate some comments, like this
<!-- my comment -->
, with yattag ?Thanks.