leforestier / yattag

Python library to generate HTML or XML in a readable, concise and pythonic way.
328 stars 31 forks source link

Missing coments #43

Closed Char-Al closed 5 years ago

Char-Al commented 5 years ago

Hello Benjamin,

I'm searching if it possible to generate some comments, like this <!-- my comment -->, with yattag ?

Thanks.

Char-Al commented 5 years ago

Use doc.asis('<!-- my comment -->')