summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2015-11-01 23:35:05 -0700
committerDan Allen <dan.j.allen@gmail.com>2015-11-01 23:35:05 -0700
commit7e691007bebda25dad5baf3ad2c8b5d8a5cc2ed2 (patch)
treed98213b8b1b14912ddad418facd9717b605475e8
parenteb761689cf60ca8943269eeb040dd3ef095cfb13 (diff)
tune document settings in README
-rw-r--r--README.adoc11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.adoc b/README.adoc
index a2cdf698..88f13a09 100644
--- a/README.adoc
+++ b/README.adoc
@@ -6,15 +6,16 @@ Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://g
:idprefix:
:idseparator: -
:icons: font
+ifdef::env-github,env-browser[:outfilesuffix: .adoc]
:pagenums:
-//ifdef::env-github[:relfileprefix: /blob/master/]
-ifdef::env-browser[:toc: preamble]
//:pdf-page-size: [8.25in, 11.69in]
//:pdf-page-size: A4
+ifdef::env-browser[:toc: preamble]
// Aliases:
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// URIs:
+//ifdef::env-github[:relfileprefix: /blob/master/]
:uri-project: https://github.com/asciidoctor/asciidoctor-pdf
:uri-project-repo: {uri-project}
:uri-project-issues: {uri-project-repo}/issues
@@ -23,9 +24,6 @@ ifdef::env-browser[:toc: preamble]
:uri-rvm: http://rvm.io
:uri-asciidoctor: http://asciidoctor.org
-// NOTE Until Asciidoctor 1.5.3, it's necessary to set outfilesuffix after header and restore it at the end of the document (see last line)
-:original-outfilesuffix: {outfilesuffix}
-:outfilesuffix: .adoc
_Lo and behold_, a native PDF converter for AsciiDoc built with {uri-asciidoctor}[Asciidoctor] and {uri-prawn}[Prawn]! +
_No more middleman._ +
_No more DocBook toolchain._ +
@@ -358,6 +356,3 @@ Free use of this software is granted under the terms of the MIT License.
For the full text of the license, see the <<LICENSE.adoc#,LICENSE>> file.
Refer to the <<NOTICE.adoc#,NOTICE>> file for information about third-party Open Source software in use.
-
-// FIXME Asciidoctor should be using outfilesuffix defined in header
-:outfilesuffix: {original-outfilesuffix}