]> 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 Wells <dbw2@calvin.edu>
Thu, 18 Apr 2019 21:14:08 +0000 (17:14 -0400)
commit192d24f83120e2495ff7e08ae2c617b7c71c490f
tree0108c19593de8484467f0f3ea00ef10ccccb26e5
parent0c311b5a410d8af89a7210e582397c608d8b9e1e
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>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
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