setEnableSemanticBlockFormatting

public final void setEnableSemanticBlockFormatting(boolean value)

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

Parameters

value

The value to set for the EnableSemanticBlockFormatting property.