Sha256: 4b738c702a08e50d5fe7d38ce4e2c0139e91a18e3d3375bd21eef86e3eede770

Contents?: true

Size: 859 Bytes

Versions: 95

Compression:

Stored size: 859 Bytes

Contents

---
name: header with 1 blank line below
in: |-
  h1. Header

  text
html: |-
  <h1>Header</h1>
  <p>text</p>
---
name: header with 2 blank lines below
in: |-
  h1. Header
  
  
  text
html: |-
  <h1>Header</h1>
  <p>text</p>
---
name: header with 1 blank line above
in: |-
  text

  h1. Header
html: |-
  <p>text</p>
  <h1>Header</h1>
---
name: header with 2 blank lines above
in: |-
  text
  
  
  h1. Header
html: |-
  <p>text</p>
  <h1>Header</h1>
---
name: header with 1 blank line above and with no text
in: |-

  h1. Header
html: <h1>Header</h1>
---
name: header with 2 blank lines above and with no text
in: |-


  h1. Header
html: <h1>Header</h1>
---
name: header with 1 blank line below and with no text
in: |+
  h1. Header

html: <h1>Header</h1>
---
name: header with 2 blank lines below and with no text
in: |+
  h1. Header


html: <h1>Header</h1>

Version data entries

95 entries across 95 versions & 9 rubygems

Version Path
YSRedCloth-4.2.14 spec/fixtures/extra_whitespace.yml
YSRedCloth-4.2.13 spec/fixtures/extra_whitespace.yml
YSRedCloth-4.2.12 spec/fixtures/extra_whitespace.yml
YSRedCloth-4.2.11 spec/fixtures/extra_whitespace.yml
YSRedCloth-4.2.10 spec/fixtures/extra_whitespace.yml
YSRedCloth-4.2.9 spec/fixtures/extra_whitespace.yml
radiant-1.0.0 ruby-debug/ruby/1.8/gems/RedCloth-4.2.9/spec/fixtures/extra_whitespace.yml
BBRedCloth-0.8.7 test/extra_whitespace.yml
BBRedCloth-0.8.6 test/extra_whitespace.yml
assplecake-RedCloth-4.2.9 spec/fixtures/extra_whitespace.yml
RedCloth-4.2.9 spec/fixtures/extra_whitespace.yml
RedCloth-4.2.9-x86-mswin32-60 spec/fixtures/extra_whitespace.yml
RedCloth-4.2.9-x86-mingw32 spec/fixtures/extra_whitespace.yml
RedCloth-4.2.9-java spec/fixtures/extra_whitespace.yml
assplecake-RedCloth-4.2.8 spec/fixtures/extra_whitespace.yml
vanity-1.7.1 vendor/ruby/1.9.1/gems/RedCloth-4.2.7/spec/fixtures/extra_whitespace.yml
BBRedCloth-0.8.5 test/extra_whitespace.yml
RedCloth-4.2.8 spec/fixtures/extra_whitespace.yml
BBRedCloth-0.8.4 test/extra_whitespace.yml
BBRedCloth-0.8.3 test/extra_whitespace.yml