Browse Source

update pretty

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

31
prety.md

@ -1,7 +1,25 @@ @@ -1,7 +1,25 @@
## Text
- Text type
$\textit{hello}$ #italic
```basbh
$\textit{hello}$
```
$\text{hello}$ #normal
```bash
$\text{hello}$
```
hello #normal
```bash
hello
```
- <details>
<summary>Text</summary>
<summary>Text Size</summary>
# H1
```bash
@ -17,7 +35,6 @@ @@ -17,7 +35,6 @@
### H3
```
</details>
@ -30,6 +47,12 @@ @@ -30,6 +47,12 @@
- Text color
$${\color{red}Warna}$$
```bash
$${\color{red}Warna}$$
```
| Code | Appearing |
| --- | --- |
| `$${\color{red}Red}$$` | $${\color{red}Red}$$ |
@ -40,8 +63,6 @@ @@ -40,8 +63,6 @@
| `$${\color{black}Black}$$` | $${\color{black}Black}$$ |
| `$${\color{white}White}$$` | $${\color{white}White}$$ |
## Table
- <details>
<summary>Basic Table</summary>
@ -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