P
PureTools
Identifiers
Formatters
Patterns
Encoding
Security
Time
Delivery
Search
Static HTML renders in a sandboxed iframe.
Example
Clear
HTML Input
30 lines · 541 chars
<table border="1" class="dataframe"> <thead> <tr style="text-align: right;"> <th></th> <th>order_id</th> <th>customer</th> <th>region</th> <th>items</th> <th>total</th> </tr> </thead> <tbody> <tr> <th>1</th> <td>ORD-1001</td> <td>Alice</td> <td>North</td> <td>3</td> <td>$128.50</td> </tr> <tr> <th>2</th> <td>ORD-1002</td> <td>Bob</td> <td>West</td> <td>1</td> <td>$42.00</td> </tr> </tbody> </table>
Preview
sandboxed