Sha256: 7fe815e67da6fb2f58d95632bfd9a9eef33149f985254808ede567756c3e8da2
Contents?: true
Size: 893 Bytes
Versions: 92
Compression:
Stored size: 893 Bytes
Contents
--- name: filter styles in: "p{color:red}. Test" style_filtered_html: "<p>Test</p>" --- name: filter classes in: "p(myclass). Test" class_filtered_html: "<p>Test</p>" --- name: filter ids in: "p(#myid). Test" id_filtered_html: "<p>Test</p>" --- name: correct application of double quote entity when using styles in: 'p{background: #white url("../chunky_bacon.jpg")}. The quick brown "cartoon" fox jumps over the lazy dog' html: '<p style="background: #white url("../chunky_bacon.jpg");">The quick brown “cartoon” fox jumps over the lazy dog</p>' --- name: correct application of single quote entity when using styles in: "p{background: #white url('../chunky_bacon.jpg')}. The quick brown 'cartoon' fox jumps over the lazy dog" html: '<p style="background: #white url('../chunky_bacon.jpg');">The quick brown ‘cartoon’ fox jumps over the lazy dog</p>'
Version data entries
92 entries across 92 versions & 10 rubygems