Sha256: 16f83a4be229cc504212a1524195b3b3b36cd856baae96a2d84235fce6cefb0d

Contents?: true

Size: 751 Bytes

Versions: 19

Compression:

Stored size: 751 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
markdown_filter:
  id: 1
  name: "markdown"
  description: "Markdown"
  markup: markdown
  filters: --- []
  params: --- {}

smartypants_filter:
  id: 2
  name: "smartypants"
  description: "SmartyPants"
  markup: none
  filters:
    - :smartypants
  params: --- {}

markdownsmartypants_filter:
  id: 3
  name: "markdown smartypants"
  description: "Markdown with SmartyPants"
  markup: markdown
  filters:
    - :smartypants
  params: --- {}

textile_filter:
  id: 4
  name: "textile"
  description: "Textile"
  markup: textile
  filters: --- []
  params: --- {}

none_filter:
   id: 5
   name: "none"
   description: "None"
   markup: none
   filters: --- []
   params: --- {}

Version data entries

19 entries across 14 versions & 1 rubygems

Version Path
typo-3.99.0 test/fixtures/text_filters.yml
typo-3.99.2 test/fixtures/text_filters.yml
typo-3.99.1 test/fixtures/text_filters.yml
typo-3.99.3 test/fixtures/text_filters.yml
typo-3.99.4 test/fixtures/text_filters.yml
typo-4.0.2 test/fixtures/text_filters.yml
typo-4.0.1 test/fixtures/text_filters.yml
typo-4.0.0 test/fixtures/text_filters.yml
typo-4.1.1 spec/fixtures/text_filters.yml
typo-4.0.3 test/fixtures/text_filters.yml
typo-4.1.1 test/fixtures/text_filters.yml
typo-4.1 test/fixtures/text_filters.yml
typo-5.0.2 spec/fixtures/text_filters.yml
typo-5.0.2 test/fixtures/text_filters.yml
typo-4.1 spec/fixtures/text_filters.yml
typo-5.0.1 spec/fixtures/text_filters.yml
typo-5.0.1 test/fixtures/text_filters.yml
typo-5.0 spec/fixtures/text_filters.yml
typo-5.0 test/fixtures/text_filters.yml