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(&quot;../chunky_bacon.jpg&quot;);">The quick brown &#8220;cartoon&#8221; 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(&#39;../chunky_bacon.jpg&#39;);">The quick brown &#8216;cartoon&#8217; fox jumps over the lazy dog</p>'

Version data entries

92 entries across 92 versions & 10 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/RedCloth-4.3.3/spec/fixtures/filter_pba.yml
RedCloth-4.3.4 spec/fixtures/filter_pba.yml
RedCloth-4.3.3 spec/fixtures/filter_pba.yml
BBRedCloth-0.9.0.alpha1 test/filter_pba.yml
gv-RedCloth-4.3.2 spec/fixtures/filter_pba.yml
RedCloth-4.3.2 spec/fixtures/filter_pba.yml
RedCloth-4.3.1 spec/fixtures/filter_pba.yml
RedCloth-4.3.0 spec/fixtures/filter_pba.yml
parity-RedCloth-4.2.13 spec/fixtures/filter_pba.yml
parity-RedCloth-4.2.12 spec/fixtures/filter_pba.yml
parity-RedCloth-4.2.11 spec/fixtures/filter_pba.yml
parity-RedCloth-4.2.10 spec/fixtures/filter_pba.yml
parity-RedCloth-4.2.9 spec/fixtures/filter_pba.yml
jeremy-RedCloth-4.1.1 test/filter_pba.yml
YSRedCloth-4.2.18 spec/fixtures/filter_pba.yml
assplecake-RedCloth-4.2.10 spec/fixtures/filter_pba.yml
YSRedCloth-4.2.17 spec/fixtures/filter_pba.yml
YSRedCloth-4.2.16 spec/fixtures/filter_pba.yml
BBRedCloth-0.8.8 test/filter_pba.yml
gv-RedCloth-4.2.9 spec/fixtures/filter_pba.yml