leforestier / yattag

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

Missing coments #43

Closed Char-Al closed 6 years ago

Char-Al commented 6 years ago

Hello Benjamin,

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

Thanks.

Char-Al commented 6 years ago

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