Skip to content

Latest commit

 

History

History
105 lines (63 loc) · 1.59 KB

cheatsheet.md

File metadata and controls

105 lines (63 loc) · 1.59 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

Syntax

say <b>Welcome to RCE.JS</b>

Italic Text

Italic Text Example

Syntax

say <i>Welcome to RCE.JS</i>

Underline Text

Underline Text Example

Syntax

say <u>Welcome to RCE.JS</u>

Strikethrough Text

Strikethrough Text Example

Syntax

say <s>Welcome to RCE.JS</s>

Colored Text

Example of Colored Text

Syntax

say <color=green>Welcome to RCE.JS</color>

Example of Hex Colored Text

Syntax

say <color=#4caf50>Welcome to RCE.JS</color>

New Line

Example of New Line

Syntax

say <br>Welcome to RCE.JS

Text Size

Example of Text Size

Syntax

say <size=50>Welcome to RCE.JS</size>

Highlighted Text

Example of Highlighted Text

Syntax

say <mark>Welcome to RCE.JS</mark>

Mixed Markdown

Example of Mixed Markdown

Syntax

say Welcome to <color=red><b><i>RCE.JS</i></b></color>