redcloth-formatters-plain:与RedCloth中包含HTML和Latex格式化程序类似,这一代码使您可以将Textile转换为纯文本,而无需使用Textile语法

时间:2024-05-27 17:18:42
【文件属性】:

文件名称:redcloth-formatters-plain:与RedCloth中包含HTML和Latex格式化程序类似,这一代码使您可以将Textile转换为纯文本,而无需使用Textile语法

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-27 17:18:42

Ruby

RedCloth :: Formatters :: Plain 与RedCloth中包含的HTML和Latex格式化程序类似,此格式允许您将Textile转换为纯文本,而无需使用Textile语法。 依存关系 这个插件只需要 。 例子 RedCloth.new("p. this is *simple* _test_").to_plain 将返回: "this is simple test" 显示网址的示例 RedCloth.new(%Q{"Please contact support":http://example.com/support}).to_plain 将返回: "Please contact support "


【文件预览】:
redcloth-formatters-plain-master
----README.textile(626B)
----MIT-LICENSE(1KB)
----lib()
--------red_cloth_formatters_plain.rb(6KB)
----Gemfile(37B)
----spec()
--------red_cloth_formatters_plain_spec.rb(22KB)
--------spec_helper.rb(56B)
----Rakefile(168B)
----.gitignore(81B)
----red_cloth_formatters_plain.gemspec(833B)

网友评论