Browse Source

update pretty

master
Budi Setiawan 3 years ago
parent
commit
969ed77dbd
  1. 73
      prety.md

73
prety.md

@ -1,24 +1,41 @@
## Text ## Text
- <details> - Text type
<summary>Text</summary>
# H1 $\textit{hello}$ #italic
```bash ```basbh
# H1 $\textit{hello}$
``` ```
## H2
```bash
## H2
```
### H3 $\text{hello}$ #normal
```bash ```bash
### H3 $\text{hello}$
``` ```
hello #normal
```bash
hello
```
</details>
- <details>
<summary>Text Size</summary>
# H1
```bash
# H1
```
## H2
```bash
## H2
```
### H3
```bash
### H3
```
</details>
- List - List
@ -30,17 +47,21 @@
- Text color - Text color
| Code | Appearing | $${\color{red}Warna}$$
| --- | --- |
| `$${\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}$$ |
```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>
@ -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/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 - [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
-
Loading…
Cancel
Save