Sha256: d0cce2377c0c580ad41de2999afa2187db973ccf56244e7355286ea308a4a830
Contents?: true
Size: 458 Bytes
Versions: 16
Compression:
Stored size: 458 Bytes
Contents
<!doctype html> <head> <title>PRE tag tests</title> </head> <body> Pre Tag Test <br><br> <pre id='1' name='1'> This is a simple pre space it should work well just making sure </pre> <hr> <pre id='2' name='2'> <blockquote> A second block good to test with </blockquote> </pre> <hr> <pre id='3' name='3'> this is the last block and it should continue to work no matter what </pre> <p id='3' name='3'/> </body> </html>
Version data entries
16 entries across 16 versions & 2 rubygems