From e0678801941278c1eade8f43f446e869fcf1d579 Mon Sep 17 00:00:00 2001 From: Rian Budi Setiawan Date: Tue, 1 Aug 2023 13:49:41 +0700 Subject: [PATCH] perbaiki tampilan pretty --- prety.md | 171 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 91 insertions(+), 80 deletions(-) diff --git a/prety.md b/prety.md index 0585d53..4c53efa 100644 --- a/prety.md +++ b/prety.md @@ -1,3 +1,94 @@ +## Table +-
+ Basic Table + + + | Command | Description | + | --- | --- | + | git status | List all new or modified files | + | git diff | Show file differences that haven't been staged | + + ``````bash + | Command | Description | + | --- | --- | + | git status | List all new or modified files | + | git diff | Show file differences that haven't been staged | + + `````` + + | Command | Description | + | --- | --- | + | `git status` | List all *new or modified* files | + | `git diff` | Show file differences that **haven't been** staged | + + ``````bash + | Command | Description | + | --- | --- | + | `git status` | List all *new or modified* files | + | `git diff` | Show file differences that **haven't been** staged | + + `````` + + | Left-aligned | Center-aligned | Right-aligned | + | :--- | :---: | ---: | + | git status | git status | git status | + | git diff | git diff | git diff | + + ``````bash + | Left-aligned | Center-aligned | Right-aligned | + | :--- | :---: | ---: | + | git status | git status | git status | + | git diff | git diff | git diff | + + `````` + + | Name | Character | + | --- | --- | + | Backtick | ` | + | Pipe | \| | + + ``````bash + | Name | Character | + | --- | --- | + | Backtick | ` | + | Pipe | \| | + `````` + +
+ +-
+ write lists inside a markdown table + + + | Tables | Are | Cool | + | ------------- |:-------------:| -----:| + | col 3 is | right-aligned | $1600 | + | col 2 is | centered | $12 | + | zebra stripes | are neat | $1 | + | | See the list | from the first column| + + ``````bash + | Tables | Are | Cool | + | ------------- |:-------------:| -----:| + | col 3 is | right-aligned | $1600 | + | col 2 is | centered | $12 | + | zebra stripes | are neat | $1 | + | | See the list | from the first column| + `````` + + |Component |Details| + |------|------| + |Values|This is Line 1

This is Line 2

This is Line 3
This is Line 4
This is Line 5
This is Line 6
| + + ``````bash + |Component |Details| + |------|------| + |Values|This is Line 1

This is Line 2

This is Line 3
This is Line 4
This is Line 5
This is Line 6
| + `````` + + +
+ ## Drop down
Title @@ -51,86 +142,6 @@ contex `````` --- -## Basic Table - -| Command | Description | -| --- | --- | -| git status | List all new or modified files | -| git diff | Show file differences that haven't been staged | - -``````bash -| Command | Description | -| --- | --- | -| git status | List all new or modified files | -| git diff | Show file differences that haven't been staged | - -`````` - -| Command | Description | -| --- | --- | -| `git status` | List all *new or modified* files | -| `git diff` | Show file differences that **haven't been** staged | - -``````bash -| Command | Description | -| --- | --- | -| `git status` | List all *new or modified* files | -| `git diff` | Show file differences that **haven't been** staged | - -`````` - -| Left-aligned | Center-aligned | Right-aligned | -| :--- | :---: | ---: | -| git status | git status | git status | -| git diff | git diff | git diff | - -``````bash -| Left-aligned | Center-aligned | Right-aligned | -| :--- | :---: | ---: | -| git status | git status | git status | -| git diff | git diff | git diff | - -`````` - -| Name | Character | -| --- | --- | -| Backtick | ` | -| Pipe | \| | - -``````bash -| Name | Character | -| --- | --- | -| Backtick | ` | -| Pipe | \| | -`````` -## write lists inside a markdown table - -| Tables | Are | Cool | -| ------------- |:-------------:| -----:| -| col 3 is | right-aligned | $1600 | -| col 2 is | centered | $12 | -| zebra stripes | are neat | $1 | -| | See the list | from the first column| - -``````bash -| Tables | Are | Cool | -| ------------- |:-------------:| -----:| -| col 3 is | right-aligned | $1600 | -| col 2 is | centered | $12 | -| zebra stripes | are neat | $1 | -| | See the list | from the first column| -`````` - -|Component |Details| -|------|------| -|Values|This is Line 1

This is Line 2

This is Line 3
This is Line 4
This is Line 5
This is Line 6
| - -``````bash -|Component |Details| -|------|------| -|Values|This is Line 1

This is Line 2

This is Line 3
This is Line 4
This is Line 5
This is Line 6
| -`````` - # 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