Package com.ranull.graves.integration
Class MineDown
java.lang.Object
com.ranull.graves.integration.MineDown
Utility class for parsing strings with MineDown formatting.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseString
(String string) Parses a MineDown formatted string into a legacy text format.
-
Constructor Details
-
MineDown
public MineDown()
-
-
Method Details
-
parseString
Parses a MineDown formatted string into a legacy text format.- Parameters:
string
- The MineDown formatted string to parse.- Returns:
- The legacy text representation of the MineDown formatted string.
-