This folder contains sample documents and build scripts to create sample documents in all supported backends and with all supported syntax highlighters, to allow developers to inspect that all styles and formatting features are rendered consistently across different document types.
Table of Contents
For each source file <fname>.asciidoc the build scripts will produce:
- HTML Format:
<fname>_rouge.html— using Rouge for code highlighting.<fname>_highlight.html— using Highlight for code highlighting.<fname>_hljs.html— using highlight.js for code highlighting.
- PDF Format:
<fname>.pdf— via asciidoctor-fopub.
html_build.sh— all OSs.pdf_build.sh— Linux and macOS only.PDF_BUILD.bat— Windows only.