文件名称:html2text_ruby:一个将HTML转换为纯文本格式的Ruby组件
文件大小:37KB
文件格式:ZIP
更新时间:2024-06-11 04:48:09
HTML
html2text html2text是一个非常简单的gem,它使用DOM方法将HTML转换为类似于浏览器将呈现的格式-非常适合需要快速文本表示的地方。 例如: < html > < title > Ignored Title </ title > < body > < h1> Hello, World! h1> < p> This is some e-mail content. Even though it has whitespace and newlines, the e-mail converter will handle it correctly. < p> Even mismatched tags. p> < div> A div div> < div> Another div div> < div
【文件预览】:
html2text_ruby-master
----.travis.yml(1005B)
----Rakefile(89B)
----Gemfile(563B)
----Gemfile.lock(946B)
----spec()
--------html2text_spec.rb(1KB)
--------examples()
--------examples_spec.rb(1KB)
--------spec_helper.rb(121B)
----LICENSE.md(1KB)
----.gitignore(59B)
----CHANGELOG.md(2KB)
----lib()
--------html2text()
--------html2text.rb(6KB)
----README.md(2KB)
----.editorconfig(383B)
----html2text.gemspec(925B)