Registry / utility / bluecloth

bluecloth

JSON →
library2.2.0rbrubygemsunverified

A Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers, using the Discount C library for speed.

gem install bluecloth
INSTALL
IMPORT
SIG · BLUECLOTH
B
bluecloth
utilityrubyv2.2.0
harness data pending
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.

BlueCloth
require 'bluecloth'

Convert Markdown text to HTML.

require 'bluecloth' markdown = BlueCloth.new('# Hello, World!') puts markdown.to_html
Debug
Known issues
gotchaBlueCloth 2.0+ uses the Discount C library; older versions were pure Ruby and may have different behavior.
fix
Ensure you are using version 2.0 or later for accuracy and speed.
affects: < 2.0.0
Upgrade
Version history
2.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Meta
1
Amazon
1
Resources
bluecloth — gem install bluecloth · libregistry