Sha256: b63ecd98dc14bdad5c8eb4b4c4f429ece5b54552ade3c56964885dc9568a3123
Contents?: true
Size: 597 Bytes
Versions: 74
Compression:
Stored size: 597 Bytes
Contents
= Document Title Doc Writer <doc@example.com> :doctype: book :reproducible: //:source-highlighter: coderay :source-highlighter: rouge :listing-caption: Listing // Uncomment next line to set page size (default is A4) //:pdf-page-size: Letter A simple http://asciidoc.org[AsciiDoc] document. == Introduction A paragraph followed by a simple list with square bullets. [square] * item 1 * item 2 Here's how you say "`Hello, World!`" in Prawn: .Create a basic PDF document using Prawn [source,ruby] ---- require 'prawn' Prawn::Document.generate 'example.pdf' do text 'Hello, World!' end ----
Version data entries
74 entries across 74 versions & 1 rubygems