exportAsMarkdown

public final void exportAsMarkdown(String filepath)

Exports the document as Markdown format to the specified file path.

Parameters

filepath

The file path where the Markdown document will be saved.


public final void exportAsMarkdown(FileOutputStream stream)

Exports the document as Markdown format to the specified stream.

Parameters

stream

The stream where the Markdown document will be written.