{
"boldMarkup": {
"complete": "bold text",
"openOnly": "bold text",
"closeOnly": "bold text",
"nested": "outer inner text",
"empty": "",
"multiple": "first and second",
"mixed": "bold with italic text"
},
"italicMarkup": {
"complete": "italic text",
"openOnly": "italic text",
"closeOnly": "italic text",
"nested": "outer inner text",
"empty": "",
"multiple": "first and second",
"mixed": "italic with bold text"
},
"colorTags": {
"hex6": "colored text",
"hex8": "colored text",
"hexWithoutPrefix": "colored text",
"namedColor": "colored text",
"nested": "outer inner text",
"empty": "",
"multiple": "first and second"
},
"eveLinks": {
"simple": "Rifter",
"withSpaces": "Ship Name With Spaces",
"multiple": "Rifter and Merlin",
"nested": "Check out Rifter for PvP",
"empty": ""
},
"combined": {
"allMarkup": "Bold italic colored linked",
"nestedComplex": "Bold Blue Rifter",
"realWorldExample": "The Rifter is a fast frigate used in PvP."
}
}