text_filters.yml
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
  2. markdown_filter:
  3.   name: "markdown"
  4.   description: "Markdown"
  5.   markup: markdown
  6.   filters: --- []
  7.   params: --- {}
  8. smartypants_filter:
  9.   name: "smartypants"
  10.   description: "SmartyPants"
  11.   markup: none
  12.   filters:
  13.     - :smartypants
  14.   params: --- {}
  15. markdownsmartypants_filter:
  16.   name: "markdown smartypants"
  17.   description: "Markdown with SmartyPants"
  18.   markup: markdown
  19.   filters:
  20.     - :smartypants
  21.   params: --- {}
  22. textile_filter:
  23.   name: "textile"
  24.   description: "Textile"
  25.   markup: textile
  26.   filters: --- []
  27.   params: --- {}
  28. none_filter:
  29.    name: "none"
  30.    description: "None"
  31.    markup: none
  32.    filters: --- []
  33.    params: --- {}