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