Registry / utility / markdown-tables

markdown-tables

JSON →
library1.1.1rbrubygemsunverified

Utilities for creating and displaying Markdown tables in Ruby.

gem install markdown-tables
INSTALL
IMPORT
SIG · MARKDOWN-TABLES
M
markdown-tables
utilityrubyv1.1.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.

MarkdownTables
require 'markdown-tables'

Render a Markdown table from an array of rows

require 'markdown-tables' rows = [['Name', 'Age'], ['Alice', 30], ['Bob', 25]] puts MarkdownTables.render(rows)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
markdown-tables — gem install markdown-tables · libregistry