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
RedCloth-4.3.4 spec/fixtures/extra_whitespace.yml
RedCloth-4.3.3 spec/fixtures/extra_whitespace.yml
BBRedCloth-0.9.0.alpha1 test/extra_whitespace.yml
gv-RedCloth-4.3.2 spec/fixtures/extra_whitespace.yml
RedCloth-4.3.2 spec/fixtures/extra_whitespace.yml
RedCloth-4.3.1 spec/fixtures/extra_whitespace.yml
RedCloth-4.3.0 spec/fixtures/extra_whitespace.yml
parity-RedCloth-4.2.13 spec/fixtures/extra_whitespace.yml
parity-RedCloth-4.2.12 spec/fixtures/extra_whitespace.yml
parity-RedCloth-4.2.11 spec/fixtures/extra_whitespace.yml
parity-RedCloth-4.2.10 spec/fixtures/extra_whitespace.yml
parity-RedCloth-4.2.9 spec/fixtures/extra_whitespace.yml
jeremy-RedCloth-4.1.1 test/extra_whitespace.yml
YSRedCloth-4.2.18 spec/fixtures/extra_whitespace.yml
assplecake-RedCloth-4.2.10 spec/fixtures/extra_whitespace.yml
YSRedCloth-4.2.17 spec/fixtures/extra_whitespace.yml
YSRedCloth-4.2.16 spec/fixtures/extra_whitespace.yml
BBRedCloth-0.8.8 test/extra_whitespace.yml
gv-RedCloth-4.2.9 spec/fixtures/extra_whitespace.yml
YSRedCloth-4.2.15 spec/fixtures/extra_whitespace.yml