Registry / serialization / commonmarker

commonmarker

JSON →
library2.8.2rbrubygemsunverified

A fast, safe, extensible parser for CommonMark Markdown, wrapping the comrak Rust crate.

gem install commonmarker
INSTALL
IMPORT
SIG · COMMONMARKER
C
commonmarker
serializationrubyv2.8.2
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.

CommonMarker
require 'commonmarker'

Render Markdown to HTML

require 'commonmarker' doc = CommonMarker.render_html("Hello **world**") puts doc # => <p>Hello <strong>world</strong></p>
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.8.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
commonmarker — gem install commonmarker · libregistry