Package com.overzealous.remark
The root package for the OverZealous Creations, LLC, Remark library.
This library is used to processConvert HTML files back into valid Markdown code.
To get started, check out the Remark class.
For more information, see the BitBucket Repository.
- Since:
- 0.7
-
Class Summary Class Description IgnoredHtmlElement Provides a standard class to note which HTML elements should be left in the final output.Main This is the starting point to begin remarking HTML to Markdown from the command line.Options This class is used to configure the Remark engine.Remark The class that manages converting HTML to Markdown. -
Enum Summary Enum Description Options.FencedCodeBlocks Provides settings to configure if fenced code blocks are used.Options.InWordEmphasis Provides options for how to handle in-word emphasis.Options.Tables Provides settings to control how Tables are converted.