Use this option in order to disable the Diagram Previews in Diagrams.
When setting the Property rhp2md.disable.diagram.preview
to true, the Diagram previews in Diagrams will be disabled.
When setting the Property rhp2md.disable.diagram.preview
to false, the Diagram previews in Diagrams will be enabled.
To disable the publish of Diagram previews, set the following option in publisher.properties file:
# Determines whether diagram previews in Diagram are disabled. Default: true
rhp2md.disable.diagram.preview=true
To enable the publication of Diagram previews, set the following option in publisher.properties file:
# Determines whether diagram previews in Diagram are disabled. Default: true
rhp2md.disable.diagram.preview=false
If the rhp2md.disable.diagram.preview
property is not set in the publisher.properties file, the property is set to true, by default.