Package | Description |
---|---|
com.aspose.html | |
com.aspose.html.saving |
Modifier and Type | Method and Description |
---|---|
void |
HTMLDocument.save(String path,
MarkdownSaveOptions saveOptions)
Saves the document to local file specified by
path . |
void |
HTMLDocument.save(Url url,
MarkdownSaveOptions saveOptions)
Saves the document to local file specified by
url . |
Modifier and Type | Method and Description |
---|---|
static MarkdownSaveOptions |
MarkdownSaveOptions.getDefault()
Returns set of options which are compatible with default Markdown documentation.
|
static MarkdownSaveOptions |
MarkdownSaveOptions.getGit()
Returns set of options which are compatible with GitLab Flavored Markdown.
|