/
Infobook is a mod that adds a serverside markdown-based information book.
You can configure whether you want it to show to players on the first join, and you can access the books by using the /info command.
Infobook is controlled primarily by markdown, here are the things we support
*italic*
**bold**
__underline__
~~strikethrough~~
||obfuscated||
<br/>
link
page
book
command
<color ff0000>color</color>
<c 00ff00>color but short</c>
<formatting 3l>formatting</formatting>
<f 4>formatting but short</f>
Two newlines act as a new page
Note: Each line acts separate from one another, due to a limitation of Minecraft's written books and the library used to parse markdown.
