From 672b4c1c4d9d5e62935fcfb569302c9862b70136 Mon Sep 17 00:00:00 2001 From: Rian Budi Setiawan Date: Tue, 1 Aug 2023 13:34:27 +0700 Subject: [PATCH] update GUIDE folder and command guide --- ESRI.png => images/ESRI.png | Bin .../Gitea-Logo.wine.png | Bin asana.png => images/asana.png | Bin .../git-non background.png | Bin .../jupiternotebook.png | Bin .../postgresql-icon-12.jpg | Bin qnap.png => images/qnap.png | Bin sql server.jpg => images/sql server.jpg | Bin .../visualstudio_code.png | Bin prety.md | 64 +++++++++++++++++- 10 files changed, 61 insertions(+), 3 deletions(-) rename ESRI.png => images/ESRI.png (100%) rename Gitea-Logo.wine.png => images/Gitea-Logo.wine.png (100%) rename asana.png => images/asana.png (100%) rename git-non background.png => images/git-non background.png (100%) rename jupiternotebook.png => images/jupiternotebook.png (100%) rename postgresql-icon-12.jpg => images/postgresql-icon-12.jpg (100%) rename qnap.png => images/qnap.png (100%) rename sql server.jpg => images/sql server.jpg (100%) rename visualstudio_code.png => images/visualstudio_code.png (100%) diff --git a/ESRI.png b/images/ESRI.png similarity index 100% rename from ESRI.png rename to images/ESRI.png diff --git a/Gitea-Logo.wine.png b/images/Gitea-Logo.wine.png similarity index 100% rename from Gitea-Logo.wine.png rename to images/Gitea-Logo.wine.png diff --git a/asana.png b/images/asana.png similarity index 100% rename from asana.png rename to images/asana.png diff --git a/git-non background.png b/images/git-non background.png similarity index 100% rename from git-non background.png rename to images/git-non background.png diff --git a/jupiternotebook.png b/images/jupiternotebook.png similarity index 100% rename from jupiternotebook.png rename to images/jupiternotebook.png diff --git a/postgresql-icon-12.jpg b/images/postgresql-icon-12.jpg similarity index 100% rename from postgresql-icon-12.jpg rename to images/postgresql-icon-12.jpg diff --git a/qnap.png b/images/qnap.png similarity index 100% rename from qnap.png rename to images/qnap.png diff --git a/sql server.jpg b/images/sql server.jpg similarity index 100% rename from sql server.jpg rename to images/sql server.jpg diff --git a/visualstudio_code.png b/images/visualstudio_code.png similarity index 100% rename from visualstudio_code.png rename to images/visualstudio_code.png diff --git a/prety.md b/prety.md index df8ebf2..b5eec1e 100644 --- a/prety.md +++ b/prety.md @@ -1,29 +1,87 @@ -#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
| +`````` +# 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 -# ref +- [stackoverflow.com](https://stackoverflow.com/questions/19950648/how-to-write-lists-inside-a-markdown-table): How to write lists inside a markdown table? -- [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 \ No newline at end of file +- [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 \ No newline at end of file