diff --git a/prety.md b/prety.md
index fd82433..9187874 100644
--- a/prety.md
+++ b/prety.md
@@ -1,24 +1,41 @@
## Text
--
-Text
+- Text type
-# H1
-```bash
-# H1
-```
-## H2
-```bash
-## H2
-```
+ $\textit{hello}$ #italic
+ ```basbh
+ $\textit{hello}$
+ ```
-### H3
-```bash
-### H3
-```
+ $\text{hello}$ #normal
+ ```bash
+ $\text{hello}$
+ ```
+ hello #normal
+ ```bash
+ hello
+ ```
-
+
+-
+ Text Size
+
+ # H1
+ ```bash
+ # H1
+ ```
+ ## H2
+ ```bash
+ ## H2
+ ```
+
+ ### H3
+ ```bash
+ ### H3
+ ```
+
+
- List
@@ -30,17 +47,21 @@
- Text color
-| 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}$$ |
+ $${\color{red}Warna}$$
+ ```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
-
@@ -192,4 +213,6 @@ contex
- [stackoverflow.com](https://stackoverflow.com/questions/19950648/how-to-write-lists-inside-a-markdown-table): How to write lists inside a markdown table?
-- [stackoverflow.com](https://stackoverflow.com/questions/71232978/tfs-is-not-formatting-line-break-correctly-in-markdown-table): TFS is not formatting line break correctly in Markdown table
\ No newline at end of file
+- [stackoverflow.com](https://stackoverflow.com/questions/71232978/tfs-is-not-formatting-line-break-correctly-in-markdown-table): TFS is not formatting line break correctly in Markdown table
+
+-
\ No newline at end of file