Package | Description |
---|---|
com.kamontat.convert | |
com.overzealous.remark |
The root package for the OverZealous Creations, LLC, Remark library.
|
com.overzealous.remark.convert |
This package contains the classes that walk the Jsoup document and processConvert it into Markdown code.
|
Constructor and Description |
---|
Html2Md(Options option) |
Modifier and Type | Method and Description |
---|---|
Options |
Options.getCopy() |
static Options |
Options.github()
Creates and returns a new Options set with the default options
compatible with github-flavored Markdown.
|
static Options |
Options.markdown()
Creates and returns a new Options set with the default options
compatible with the original Markdown.
|
static Options |
Options.markdownExtra()
Creates and returns a new Options set with the default options
compatible with PHP Markdown Extra features.
|
static Options |
Options.multiMarkdown()
Creates and returns a new Options set with the default options
compatible with MultiMarkdown features.
|
static Options |
Options.pegdownAllExtensions()
Creates and returns a new Options set with the default options
compatible with pegdown configured with all extensions.
|
static Options |
Options.pegdownBase()
Creates and returns a new Options set with the default options
compatible with the base pegdown configuration.
|
Constructor and Description |
---|
Remark(Options options)
Creates a Remark instance with the specified options.
|
Modifier and Type | Method and Description |
---|---|
Options |
DocumentConverter.getOptions() |
Constructor and Description |
---|
DocumentConverter(Options options)
Creates a DocumentConverted with the given options.
|
TextCleaner(Options options)
Create a new TextCleaner based on the configured options.
|
Copyright © 2017. All rights reserved.