auto_html:将纯文本转换为HTML代码的过滤器集合

时间:2024-03-11 08:05:38
【文件属性】:

文件名称:auto_html:将纯文本转换为HTML代码的过滤器集合

文件大小:15KB

文件格式:ZIP

更新时间:2024-03-11 08:05:38

Ruby

自动提示 AutoHtml是将纯文本转换为HTML代码的过滤器的集合。 安装 将此行添加到您的应用程序的Gemfile中: gem 'auto_html' 然后执行: $ bundle 或自己安装为: $ gem install auto_html 抽象的 AutoHtml使用“管道和过滤器”处理设计模式中的概念: Filter -转换输入。 在AutoHtml上下文中,这是任何通过#call(String)方法进行转换的对象。 筛选器选项应在初始化程序中传递。 AutoHtml已经提供了一些过滤器,例如Link,Image,Markdown等。 Pipeline -过滤器的组成,通过将一个过滤器的输出作为输入作为下一个过滤器的输入来转换输入。 在AutoHtml上下文中,这是AutoHtml::Pipeline类。 由于使用相同的接口(方法#call )传递输入,因此可以说


【文件预览】:
auto_html-master
----Rakefile(206B)
----.github()
--------main.workflow(42B)
--------workflows()
----.rubocop.yml(198B)
----auto_html.gemspec(964B)
----Gemfile(69B)
----.rspec(30B)
----spec()
--------auto_html()
--------spec_helper.rb(297B)
----.gitignore(24B)
----CHANGELOG.md(4KB)
----lib()
--------auto_html()
--------auto_html.rb(459B)
----README.md(4KB)
----MIT-LICENSE(1KB)

网友评论