Skip to content

marko-bekhta/hibernate-asciidoctor-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hibernate Asciidoctor extensions

This repository contains assorted Asciidoctor extensions developed for the Hibernate projects.

Extensions

Save preprocessed output

The point of this extension is to save the merged Asciidoc document after the includes have been processed.

It generates a single document with all the includes resolved, allowing to easily make a diff.

Custom role block

This extension is quite specific: it's only usable with the DocBook output.

The goal is to preserve the custom roles used in the Asciidoc document in the DocBook output. Typically, we use it to keep the #tck-testable# information present in the Bean Validation specification.

Custom numbering for examples and tables

The point of this extension is to restart the numbering of examples and tables for each section.

For instance, the reference of the third example of the 14th section will be Example 14.3.

License

The source code is licensed under the Apache License version 2.0.

Links

About

Asciidoctor extensions developed for the Hibernate projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%