asciidoctor-pdf 2.0.0.beta.2 → 2.0.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.adoc +30 -0
- data/README.adoc +79 -1103
- data/docs/theming-guide.adoc +1 -1
- data/lib/asciidoctor/pdf/converter.rb +2062 -2064
- data/lib/asciidoctor/pdf/ext/asciidoctor/abstract_block.rb +31 -0
- data/lib/asciidoctor/pdf/ext/asciidoctor.rb +1 -0
- data/lib/asciidoctor/pdf/ext/prawn/document/column_box.rb +9 -5
- data/lib/asciidoctor/pdf/ext/prawn/extensions.rb +22 -20
- data/lib/asciidoctor/pdf/version.rb +1 -1
- metadata +3 -2
data/docs/theming-guide.adoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
= Asciidoctor PDF Theming Guide
|
2
2
|
|
3
|
-
The
|
3
|
+
The documentation for Asciidoctor PDF has been relocated to https://docs.asciidoctor.org/pdf-converter/latest/[docs.asciidoctor.org].
|
4
4
|
The theming guide has been split into two sections, https://docs.asciidoctor.org/pdf-converter/latest/theme/[Theming] and https://docs.asciidoctor.org/pdf-converter/latest/theme/keys/[Theme Keys Reference].
|
5
5
|
Each theming topic and category key has a dedicated page.
|
6
6
|
|