A simple AsciiDoc document.

Introduction

A paragraph followed by a simple list with square bullets.

  • item 1

  • item 2

Hello Froscon.

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

Mathematics

Even asciidoctor-mathematical is supported:

$$sqrt(4) = 2$$

Add image

logo
Figure 1. With caption

And some more text, so we get a change. And more. And even more.

$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
Without stem
$$sqrt(4) = 2$$