Sha256: a4df78aa8284440ec560e591e9ef3a882943bbec7afb245097e8b32f23e20339
Contents?: true
Size: 471 Bytes
Versions: 6
Compression:
Stored size: 471 Bytes
Contents
= Document Title Doc Writer <doc@example.com> :doctype: book :source-highlighter: coderay :listing-caption: Listing 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
6 entries across 6 versions & 1 rubygems