Registry / serialization / metadown

metadown

JSON →
library1.0.1rbrubygemsunverified

This gem gives you a custom markdown parser that allows you to prefix the markdown itself with YAML metadata.

gem install metadown
INSTALL
IMPORT
SIG · METADOWN
M
metadown
serializationrubyv1.0.1
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.

Metadown
require 'metadown'

Parse markdown with YAML front matter

require 'metadown' markdown = "---\ntitle: Hello\n---\nContent" result = Metadown.render(markdown) puts result.metadata['title']
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
metadown — gem install metadown · libregistry