auto_html:将纯文本转换为HTML代码的过滤器集合 源码
自动提示 AutoHtml是将纯文本转换为HTML代码的过滤器的集合。 安装 将此行添加到您的应用程序的Gemfile中: gem 'auto_html' 然后执行: $ bundle 或自己安装为: $ gem install auto_html 抽象的 AutoHtml使用“管道和过滤器”处理设计模式中的概念: Filter -转换输入。 在AutoHtml上下文中,这是任何通过#call(String)方法进行转换的对象。 筛选器选项应在初始化程序中传递。 AutoHtml已经提供了一些过滤器,例如Link,Image,Markdown等。 Pipeline -过滤器的组成
文件列表
auto_html-master.zip
(预估有个27文件)
auto_html-master
Rakefile
206B
.github
main.workflow
42B
workflows
test.yml
358B
.rubocop.yml
198B
auto_html.gemspec
964B
Gemfile
69B
.rspec
30B
暂无评论