]> 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>
Wed, 21 Aug 2019 21:45:40 +0000 (17:45 -0400)
commit12509aed2270c0e529dec05902726235537c40a9
tree402ce5d574b580d298e4466f691b010ca42b2f51
parent04c8eb5ffb9ab5ad03c0938096fbe5c757eb01f6
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