Uses of Class
com.overzealous.remark.Options
-
Packages that use Options Package Description 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. -
-
Uses of Options in com.overzealous.remark
Methods in com.overzealous.remark that return Options Modifier and Type Method Description OptionsOptions. getCopy()static OptionsOptions. github()Creates and returns a new Options set with the default options compatible with github-flavored Markdown.static OptionsOptions. markdown()Creates and returns a new Options set with the default options compatible with the original Markdown.static OptionsOptions. markdownExtra()Creates and returns a new Options set with the default options compatible with PHP Markdown Extra features.static OptionsOptions. multiMarkdown()Creates and returns a new Options set with the default options compatible with MultiMarkdown features.static OptionsOptions. pegdownAllExtensions()Creates and returns a new Options set with the default options compatible with pegdown configured with all extensions.static OptionsOptions. pegdownBase()Creates and returns a new Options set with the default options compatible with the base pegdown configuration.Constructors in com.overzealous.remark with parameters of type Options Constructor Description Remark(Options options)Creates a Remark instance with the specified options. -
Uses of Options in com.overzealous.remark.convert
Methods in com.overzealous.remark.convert that return Options Modifier and Type Method Description OptionsDocumentConverter. getOptions()Constructors in com.overzealous.remark.convert with parameters of type Options Constructor Description DocumentConverter(Options options)Creates a DocumentConverted with the given options.TextCleaner(Options options)Create a new TextCleaner based on the configured options.
-