Skip to content

Commit

Permalink
[CI-SKIP] Add example images to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Jun 17, 2021
1 parent 577836c commit c854904
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ messages! See [this plugin](https://github.com/Phoenix616/MineDownPlugin/tree/ky
## Syntax

### Inline Formatting
Description | Syntax | More Info
--------------|--------------------|---------------------------------------------------------------------
Color legacy |` &6Text `| [Formatting codes](https://minecraft.gamepedia.com/Formatting_codes)
Color |` &gold&Text `| [Formatting codes](https://minecraft.gamepedia.com/Formatting_codes)
RGB Hex Color |` &#ff00ff&Text `| Full hexadecimal format
RGB Hex Color |` &#f0f&Text `| Short format (equivalent to long one)
Gradient |` &#f0f-#000&Text `| Inline gradients
Rainbow |` &rainbow&Text `| Inline Rainbow
Rainbow Phase |` &rainbow:20&Text `| Inline Rainbow with a phase
Bold |` **Text** `|
Italic |` ##Text## `|
Underlined |` __Text__ `|
Strikethrough |` ~~Text~~ `|
Obfuscated |` ??Text?? `|
Description | Syntax | More Info | Preview
--------------|--------------------|-----------------------------------------------------------------------|-------------------------------------------
Color legacy |` &6Text `| [Formatting codes](https://minecraft.gamepedia.com/Formatting_codes) | ![](https://i.phoenix616.dev/gbJYVeql.png)
Color |` &gold&Text `| [Color names](https://minecraft.gamepedia.com/Formatting_codes) | ![](https://i.phoenix616.dev/gfgApGrn.png)
RGB Hex Color |` &#ff00ff&Text `| Full hexadecimal format | ![](https://i.phoenix616.dev/glFV9zgw.png)
RGB Hex Color |` &#f0f&Text `| Short format (equivalent to long one) | ![](https://i.phoenix616.dev/gojZlSaN.png)
Gradient |` &#f0f-#fff&Text `| Inline gradients | ![](https://i.phoenix616.dev/giOQuXV6.png)
Rainbow |` &rainbow&Text `| Inline Rainbow | ![](https://i.phoenix616.dev/ggYaEWZt.png)
Rainbow Phase |` &rainbow:20&Text `| Inline Rainbow with a phase | ![](https://i.phoenix616.dev/gojDf1ZM.png)
Bold |` **Text** `| | ![](https://i.phoenix616.dev/fYDs0soW.png)
Italic |` ##Text## `| | ![](https://i.phoenix616.dev/gaLmjWZA.png)
Underlined |` __Text__ `| | ![](https://i.phoenix616.dev/gk6lbR0B.png)
Strikethrough |` ~~Text~~ `| | ![](https://i.phoenix616.dev/gpc5zBr4.png)
Obfuscated |` ??Text?? `| | ![](https://i.phoenix616.dev/giRU4C9u.gif)

### Events ###
You can define click and hover events with the commonly used MarkDown link syntax
Expand All @@ -38,7 +38,7 @@ as well as specify formatting, font and colors that way.
Simple Link |` [Text](https://example.com) `
Simple Command |` [Text](/command to run) `
Link + Hover |` [Text](https://example.com Hover Text) `
Text formatting |` [Text](blue underline !bold) `
Text formatting |` [Text](blue underline !bold) `
Gradient |` [Text](#fff-#000) `
Rainbow |` [Text](rainbow) `
Phased Rainbow |` [Text](rainbow:20) `
Expand Down

0 comments on commit c854904

Please sign in to comment.