Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Html2slim
✓ require 'html2slim'
Convert HTML string to Slim template.
require 'html2slim'
html = '<div class="container"><p>Hello</p></div>'
slim = Html2slim.convert(html)
puts slim
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.