Browse Source

Update 'prety.md'

master
Rian Budi Setiawan 3 years ago
parent
commit
3abc93260f
  1. 72
      prety.md

72
prety.md

@ -1,21 +1,47 @@
## Text ## Text
- Text type - <details>
<summary>Text type & color (failed)</summary>
$\textit{hello}$ #italic - Text type
```basbh
$\textit{hello}$
```
$\text{hello}$ #normal $\textit{hello}$ #italic
```bash ```basbh
$\text{hello}$ $\textit{hello}$
``` ```
hello #normal $\text{hello}$ #normal
```bash ```bash
hello $\text{hello}$
``` ```
hello #normal
```bash
hello
```
- Text color
$${\color{red}Warna}$$
$\textcolor{yellow}{This\ is\ a\ Big\ Title}$
```bash
$${\color{red}Warna}$$
```
| Code | Appearing |
| --- | --- |
| `$${\color{red}Red}$$` | $${\color{red}Red}$$ |
| `$${\color{green}Green}$$` | $${\color{green}Green}$$ |
| `$${\color{lightgreen}Light \space Green}$$` | $${\color{lightgreen}Light \space Green}$$ |
| `$${\color{blue}Blue}$$` | $${\color{blue}Blue}$$ |
| `$${\color{lightblue}Light \space Blue}$$` | $${\color{lightblue}Light \space Blue}$$ |
| `$${\color{black}Black}$$` | $${\color{black}Black}$$ |
| `$${\color{white}White}$$` | $${\color{white}White}$$ |
</details>
- <details> - <details>
@ -45,26 +71,6 @@
- sub list - sub list
``` ```
- Text color
$${\color{red}Warna}$$
$\textcolor{yellow}{This\ is\ a\ Big\ Title}$
```bash
$${\color{red}Warna}$$
```
| Code | Appearing |
| --- | --- |
| `$${\color{red}Red}$$` | $${\color{red}Red}$$ |
| `$${\color{green}Green}$$` | $${\color{green}Green}$$ |
| `$${\color{lightgreen}Light \space Green}$$` | $${\color{lightgreen}Light \space Green}$$ |
| `$${\color{blue}Blue}$$` | $${\color{blue}Blue}$$ |
| `$${\color{lightblue}Light \space Blue}$$` | $${\color{lightblue}Light \space Blue}$$ |
| `$${\color{black}Black}$$` | $${\color{black}Black}$$ |
| `$${\color{white}White}$$` | $${\color{white}White}$$ |
## Table ## Table
- <details> - <details>
<summary>Basic Table</summary> <summary>Basic Table</summary>

Loading…
Cancel
Save