Browse Source

update pretty

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

71
prety.md

@ -1,24 +1,41 @@ @@ -1,24 +1,41 @@
## Text
- <details>
<summary>Text</summary>
- 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
```
</details>
- <details>
<summary>Text Size</summary>
# H1
```bash
# H1
```
## H2
```bash
## H2
```
### H3
```bash
### H3
```
</details>
- List
@ -30,17 +47,21 @@ @@ -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
- <details>
@ -193,3 +214,5 @@ contex @@ -193,3 +214,5 @@ 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
-
Loading…
Cancel
Save