Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
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:
- Surround your text with
**
(two asterisks) to make it bold! - Surround your text with
*
(one asterisk) or_
(underscore) to make it italic! - Surround your text with
__
(two underscores) to underline it! - Surround your text with
~~
(two tildes) to give it astrikethrough! - Surround your text with
||
(two vertical bars) to obfuscate it! - If you want to use any of the above without having a style, put a
\
(backslash) before it.- For multi-character markers (e.g.
**
(two asterisks) and~~
(two tildes)) just one\
(backslash) is needed
- For multi-character markers (e.g.
Mod compatibility?
It 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.