Sha256: 6301261c921e7e4fa83a00abdf3b72ea4d67f518648719df2af3f687d2d9e86e

Contents?: true

Size: 1.38 KB

Versions: 93

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

93 entries across 93 versions & 9 rubygems

Version Path
RedCloth-4.3.4 spec/fixtures/definitions.yml
RedCloth-4.3.3 spec/fixtures/definitions.yml
BBRedCloth-0.9.0.alpha1 test/definitions.yml
gv-RedCloth-4.3.2 spec/fixtures/definitions.yml
RedCloth-4.3.2 spec/fixtures/definitions.yml
RedCloth-4.3.1 spec/fixtures/definitions.yml
RedCloth-4.3.0 spec/fixtures/definitions.yml
parity-RedCloth-4.2.13 spec/fixtures/definitions.yml
parity-RedCloth-4.2.12 spec/fixtures/definitions.yml
parity-RedCloth-4.2.11 spec/fixtures/definitions.yml
parity-RedCloth-4.2.10 spec/fixtures/definitions.yml
parity-RedCloth-4.2.9 spec/fixtures/definitions.yml
jeremy-RedCloth-4.1.1 test/definitions.yml
YSRedCloth-4.2.18 spec/fixtures/definitions.yml
assplecake-RedCloth-4.2.10 spec/fixtures/definitions.yml
YSRedCloth-4.2.17 spec/fixtures/definitions.yml
YSRedCloth-4.2.16 spec/fixtures/definitions.yml
BBRedCloth-0.8.8 test/definitions.yml
gv-RedCloth-4.2.9 spec/fixtures/definitions.yml
YSRedCloth-4.2.15 spec/fixtures/definitions.yml