A simple AsciiDoc document.
Introduction
A paragraph followed by a simple list with square bullets.
-
item 1
-
item 2
Here’s how you say “Hello, World!” in Prawn:
Listing 1. Create a basic PDF document using Prawn
require 'prawn'
Prawn::Document.generate 'example.pdf' do
text 'Hello, World!'
end
Figure 1. Sample Image
See the post.
We could also write the link as post.