Sha256: 6301261c921e7e4fa83a00abdf3b72ea4d67f518648719df2af3f687d2d9e86e

Contents?: true

Size: 1.38 KB

Versions: 94

Compression:

Stored size: 1.38 KB

Contents

name: redcloth definition list
in: |-
  here is a RedCloth definition list:
  
  - yes := no
  - no:=no
  - maybe:= yes
html: |-
  <p>here is a RedCloth definition list:</p>
  <dl>
  	<dt>yes</dt>
  	<dd>no</dd>
  	<dt>no</dt>
  	<dd>no</dd>
  	<dt>maybe</dt>
  	<dd>yes</dd>
  </dl>
---
name: with line breaks
in: |-
  - term := you can have line breaks
  just like other lists
  - line-spanning
  term := hey, slick!
html: |-
  <dl>
  	<dt>term</dt>
  	<dd>you can have line breaks<br />
  just like other lists</dd>
  	<dt>line-spanning<br />
  term</dt>
  	<dd>hey, slick!</dd>
  </dl>
---
name: double terms
in: |-
  You can have multiple terms before a definition:

  - textile
  - fabric
  - cloth := woven threads
html: |-
  <p>You can have multiple terms before a definition:</p>
  <dl>
  	<dt>textile</dt>
  	<dt>fabric</dt>
  	<dt>cloth</dt>
  	<dd>woven threads</dd>
  </dl>
---
name: not a definition list
desc: a definition list with no definitions is not a definition list
in: |-
  - textile
  - fabric
  - cloth
html: |-
  <p>- textile<br />
  - fabric<br />
  - cloth</p>
---
name: long definition list
in: |-
  here is a long definition
  
  - some term := 
  *sweet*
  
  yes
  
  ok =:
  - regular term := no
html: |-
  <p>here is a long definition</p>
  <dl>
  	<dt>some term</dt>
  	<dd><p><strong>sweet</strong></p>
  <p>yes</p>
  <p>ok</p></dd>
  	<dt>regular term</dt>
  	<dd>no</dd>
  </dl>

Version data entries

94 entries across 94 versions & 10 rubygems

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