Skip to content

Commit d7e9611

Browse files
committed
Merge branch 'bc/asciidoctor-tab-width'
Asciidoctor gives a reasonable imitation for AsciiDoc, but does not render illustration in a literal block correctly when indented with HT by default. The problem is fixed by forcing 8-space tabs. * bc/asciidoctor-tab-width: Documentation: render revisions correctly under Asciidoctor Documentation: use 8-space tabs with Asciidoctor
2 parents 5a97e7b + 3798050 commit d7e9611

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ ASCIIDOC = asciidoctor
185185
ASCIIDOC_CONF =
186186
ASCIIDOC_HTML = xhtml5
187187
ASCIIDOC_DOCBOOK = docbook45
188-
ASCIIDOC_EXTRA += -acompat-mode
188+
ASCIIDOC_EXTRA += -acompat-mode -atabsize=8
189189
ASCIIDOC_EXTRA += -I. -rasciidoctor-extensions
190190
ASCIIDOC_EXTRA += -alitdd='&\#x2d;&\#x2d;'
191191
DBLATEX_COMMON =

Documentation/revisions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ Here are a handful of examples using the Loeliger illustration above,
351351
with each step in the notation's expansion and selection carefully
352352
spelt out:
353353

354+
....
354355
Args Expanded arguments Selected commits
355356
D G H D
356357
D F G H I J D F
@@ -373,3 +374,4 @@ spelt out:
373374
= B ^B^1 ^B^2 ^B^3
374375
= B ^D ^E ^F B
375376
F^! D = F ^I ^J D G H D F
377+
....

0 commit comments

Comments
 (0)