mark it! (sic) is a mod that adds (basic) Markdown formatting to your Minecraft! It can be used almost everywhere.
The supported markdown-esqe features:
** (two asterisks) to make it bold!* (one asterisk) or _ (underscore) to make it italic!__ (two underscores) to underline it!~~ (two tildes) to give it a || (two vertical bars) to obfuscate it!\ (backslash) before it.
** (two asterisks) and ~~ (two tildes)) just one \ (backslash) is neededIt should be compatible with mods as a baseline. For the "editor" styliziation to work (where the control characters mentioned above are shown) specific support needs to be added for that mod, either in this mod (most likely) or in the affected mod itself.
Some additional work still needs to be done to make this more seamless for development and existing content in Vanilla, though the main functionality is definitely working.
Developers can use certain methods to customize the functionality in this mod. See the wiki for more information: it's right here click mee.