setEnableSemanticBlockFormatting

public final void setEnableSemanticBlockFormatting(boolean value)

Controls whether footnotes and captions are rendered with semantic Markdown markers (> , *…*) and whether pictures are emitted at all (![alt] / [Figure]). When , footnotes and captions render as plain paragraphs and pictures are dropped entirely. List items always render with - regardless.

Parameters

value

The value to set for the EnableSemanticBlockFormatting property.