Skip to content

Latest commit

 

History

History

README.md

Styles Tests and Previews

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


Source Documents

Output Documents

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:

Build Scripts