Sha256: 2d9213a1a183066dd229d63d71ba092761beb46236bd6f48f84fbafce7af48f9

Contents?: true

Size: 711 Bytes

Versions: 15

Compression:

Stored size: 711 Bytes

Contents

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

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

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

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

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
typo-5.4.4 test/fixtures/text_filters.yml
typo-5.4.3 test/fixtures/text_filters.yml
typo-5.4.2 test/fixtures/text_filters.yml
typo-5.4.1 test/fixtures/text_filters.yml
typo-5.4 test/fixtures/text_filters.yml
typo-5.0.3.98.1 test/fixtures/text_filters.yml
typo-5.0.3.98 test/fixtures/text_filters.yml
typo-5.1.2 test/fixtures/text_filters.yml
typo-5.1.1 test/fixtures/text_filters.yml
typo-5.1.3 test/fixtures/text_filters.yml
typo-5.1.98 test/fixtures/text_filters.yml
typo-5.1 test/fixtures/text_filters.yml
typo-5.2.98 test/fixtures/text_filters.yml
typo-5.2 test/fixtures/text_filters.yml
typo-5.3 test/fixtures/text_filters.yml