Files
pyscript/pyscriptjs/src
Antonio Cuni 66119157a7 display() should escape by default (#915)
- display(some_str) escapes the string by default. This is almost always what you want

- display(some_obj) calls repr(obj) and escapes the result. Again, it's a very sensible default

- if you want to inject some raw HTML in the output, you can use the new HTML class: display(HTML("<p>hello</p>")).
2022-11-03 09:20:10 +01:00
..
2022-10-28 14:18:27 +05:30
2022-10-28 14:18:27 +05:30
2022-10-28 14:18:27 +05:30
2022-10-28 14:18:27 +05:30
2022-10-28 14:18:27 +05:30
2022-10-28 14:18:27 +05:30
2022-10-04 13:13:24 +05:30
2022-10-31 15:25:36 +01:00