UNPKG

xedoc.js

Version:

A wrapper for Rust Console Edition (RCE) that allows you to use the websocket and API from G-Portal.

106 lines (63 loc) 1.63 kB
# Rust Console Edition Markdown Cheat Sheet This is the cheat sheet for your Rust Console Edition markdown used for styling text in the "say" command! > Credit to b1nzee & Logan ❤️ The following markdowns can be used for the "say" command, server names and welcome screen / rules. ### Bold Text ![Bold Text Example](https://i.imgur.com/uJOqaLX.png) **Syntax** ``` say <b>Welcome to RCE.JS</b> ``` ### Italic Text ![Italic Text Example](https://i.imgur.com/c7nLLUF.png) **Syntax** ``` say <i>Welcome to RCE.JS</i> ``` ### Underline Text ![Underline Text Example](https://i.imgur.com/vqBE31l.png) **Syntax** ``` say <u>Welcome to RCE.JS</u> ``` ### Strikethrough Text ![Strikethrough Text Example](https://i.imgur.com/3wq40jl.png) **Syntax** ``` say <s>Welcome to RCE.JS</s> ``` ### Colored Text ![Example of Colored Text](https://i.imgur.com/S7l0jBw.png) **Syntax** ``` say <color=green>Welcome to RCE.JS</color> ``` ![Example of Hex Colored Text](https://i.imgur.com/BDRUZWw.png) **Syntax** ``` say <color=#4caf50>Welcome to RCE.JS</color> ``` ### New Line ![Example of New Line](https://i.imgur.com/KTDxVsi.png) **Syntax** ``` say <br>Welcome to RCE.JS ``` ### Text Size ![Example of Text Size](https://i.imgur.com/jLL0Nkp.png) **Syntax** ``` say <size=50>Welcome to RCE.JS</size> ``` ### Highlighted Text ![Example of Highlighted Text](https://i.imgur.com/qL74T2u.png) **Syntax** ``` say <mark>Welcome to RCE.JS</mark> ``` ### Mixed Markdown ![Example of Mixed Markdown](https://i.imgur.com/Ds0Fcpt.png) **Syntax** ``` say Welcome to <color=red><b><i>RCE.JS</i></b></color> ```