Browse Source

perbaiki tampilan pretty

master
Budi Setiawan 3 years ago
parent
commit
e067880194
  1. 117
      prety.md

117
prety.md

@ -1,57 +1,7 @@ @@ -1,57 +1,7 @@
## Drop down
<details>
<summary>Title</summary>
contex
| Command | Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
</details>
``````bash
<details>
<summary>Title</summary>
contex
| Command | Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
</details>
``````
---
- <details>
<summary>Title</summary>
contex
| Command | Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
</details>
``````bash
## Table
- <details>
<summary>Title</summary>
contex
| Command | Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
</details>
``````
---
<summary>Basic Table</summary>
## Basic Table
| Command | Description |
| --- | --- |
@ -103,7 +53,12 @@ contex @@ -103,7 +53,12 @@ contex
| Backtick | ` |
| Pipe | \| |
``````
## write lists inside a markdown table
</details>
- <details>
<summary>write lists inside a markdown table</summary>
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
@ -131,6 +86,62 @@ contex @@ -131,6 +86,62 @@ contex
|Values|This is Line 1 <br><br>This is Line 2<br><br>This is Line 3<br>This is Line 4<br>This is Line 5<br>This is Line 6<br>|
``````
</details>
## Drop down
<details>
<summary>Title</summary>
contex
| Command | Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
</details>
``````bash
<details>
<summary>Title</summary>
contex
| Command | Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
</details>
``````
---
- <details>
<summary>Title</summary>
contex
| Command | Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
</details>
``````bash
- <details>
<summary>Title</summary>
contex
| Command | Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
</details>
``````
---
# Refrensi
- [docs.github.com](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables): Organizing information with tables

Loading…
Cancel
Save