From 3abc93260ff68c88c8eae96c7276370e9e6c83e7 Mon Sep 17 00:00:00 2001 From: Rian Budi Setiawan Date: Tue, 1 Aug 2023 19:16:21 +0700 Subject: [PATCH] Update 'prety.md' --- prety.md | 72 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 39 insertions(+), 33 deletions(-) diff --git a/prety.md b/prety.md index aed6ad6..ac18e17 100644 --- a/prety.md +++ b/prety.md @@ -1,21 +1,47 @@ ## Text -- Text type +-
+ Text type & color (failed) - $\textit{hello}$ #italic - ```basbh - $\textit{hello}$ - ``` + - Text type - $\text{hello}$ #normal - ```bash - $\text{hello}$ - ``` + $\textit{hello}$ #italic + ```basbh + $\textit{hello}$ + ``` - hello #normal - ```bash - hello - ``` + $\text{hello}$ #normal + ```bash + $\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}$$ | + + +
-
@@ -45,26 +71,6 @@ - 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 -
Basic Table