Allow projects to define own CSS for ASCIIDOCTOR formatter
Projects may have different preferences of how their asciidoc
documentation should be formatted. By default the standard Gerrit CSS
for asciidoc files is used, but now projects can override it by custom
CSS that is stored in the project's refs/meta/config branch as
'xdocs/asciidoctor.css'.
Custom CSS is not inherited from parent projects.
Some methods which are useful for different formatters have been made
available in a FormatterUtil class so that they can be reused.
Change-Id: I75ef3a8cc252363957fe073366740e2ff4e936bd
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
4 files changed