Sha256: ebb6b3831ff299a379ca27762c68d71cbcf1021b5f64c12635b0c5c035219650
Contents?: true
Size: 596 Bytes
Versions: 69
Compression:
Stored size: 596 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
69 entries across 69 versions & 1 rubygems