]> git.evergreen-ils.org Git - Evergreen.git/commit
Docs: fix uneven lengths of code delimiter blocks
authorDan Scott <dan@coffeecode.net>
Fri, 12 Apr 2019 03:17:10 +0000 (23:17 -0400)
committerDan Scott <dan@coffeecode.net>
Fri, 12 Apr 2019 03:23:31 +0000 (23:23 -0400)
commita992137f701a8c87a93fd973d019fe529a0f676e
treec00c1ca9977527fbfb01aa2afcd649d50d5c4413
parent0f950539f8479e4865bb1aa357da24330f0f4970
Docs: fix uneven lengths of code delimiter blocks

The lengths of the starting and ending sets of hyphens are supposed to be the
same. Asciidoc tools like asciidoctor can be less forgiving than the original
asciidoc processor, with less than hilarious results.

It would probably make sense to try to standardize on something like 60 hyphens
to easily flag this problem for deviations from the norm, but for now here's
the result of running the docs through asciidoctor and manually adjusting the
output.

Signed-off-by: Dan Scott <dan@coffeecode.net>
docs/admin/booking-admin.adoc
docs/cataloging/batch_importing_MARC.adoc
docs/circulation/basic_holds.adoc
docs/circulation/circulating_items_web_client.adoc
docs/installation/server_upgrade.adoc
docs/reports/reporter_add_data_source.adoc
docs/reports/reporter_daemon.adoc