Table of Contents
An example of a basic AsciiDoc document prepared by Doc Writer.
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!'
endThis repo includes various shell scripts, templates, and helpful files that aide in authoring, editing and publishing documents in a professional settting (re: copywriting).
…
"documentConfig": {
- "plugins": ["xml"]
}
… …
"documentConfig": {
+ "plugins": ["docbook"]
}
…