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