Registry / utility / pandoc-ruby

pandoc-ruby

JSON →
library2.1.10rbrubygemsunverified

Ruby wrapper for Pandoc, a document conversion tool.

gem install pandoc-ruby
INSTALL
IMPORT
SIG · PANDOC-RUBY
P
pandoc-ruby
utilityrubyv2.1.10
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.

PandocRuby
require 'pandoc-ruby'

Convert Markdown to HTML using Pandoc

require 'pandoc-ruby' converted = PandocRuby.convert('# Hello', from: :markdown, to: :html) puts converted
Debug
Known issues
gotchaRequires Pandoc to be installed on the system.
fix
Install Pandoc from https://pandoc.org/installing.html before using this gem.
affects: >= 0
Upgrade
Version history
2.1.10latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pandoc-ruby — gem install pandoc-ruby · libregistry