-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Asciidoctor fixes #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The `user-manual.txt` ist designed as a `book` but the `Makefile` wants to build it as an `article`. This seems to be a problem when building the documentation with `asciidoctor`. Furthermore the parts *Git Glossary* and *Apendix B* had no subsections which is not allowed when building with `asciidoctor`. So lets add a *dummy* section. Signed-off-by: nalla <[email protected]>
When building the `doc` with `asciidoctor`, `asciidoctor` complains about a nested code block in a callout list. This is a really dirty solution to restore the callout list to function properly. There is a minimal visual sideeffect; the *immitated* codeblock has no overall greyish background. Instead the individual lines have it. Note: When building this patch with `asciidoc` the background is totally gone but the font is still monospaced. Signed-off-by: nalla <[email protected]>
Awesome! I literally had started to look into the everyday issue (does not validate when run through |
|
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
Import the clar unit testing framework at commit faa8419 (Merge pull request #93 from clar-test/ethomson/fixtures, 2023-12-14). The framework will be wired up in subsequent commits. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
This PR for issue #79 prepares the documentation do be built by
asciidoctor
.The documentation can be built by the following call.
Note: use
ASCIIDOC_CONF='-I/mingw32/lib/asciidoctor-extensions -rman-inline-macro'
on32bit
.You need to have the asciidoctor-extensions package installed.