Skip to content

Commit

Permalink
Patch part 2 - database (#493)
Browse files Browse the repository at this point in the history
* Patch PAR URLs database repository

Patch PAR URLs database repository

* Patch part 2 - database

Patch part 2 - database
  • Loading branch information
klazarz authored Mar 15, 2024
1 parent 8ac87ac commit bdbf733
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions sample-workshop/tables/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
You can define a table in Markdown just like so:

```
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| Tables | Are | Cool |
| ------------- | :-----------: | ----: |
| **col 3 is** | right-aligned | $1600 |
| col 2 is | *centered* | $12 |
| col 2 is | *centered* | $12 |
| zebra stripes | ~~are neat~~ | $1 |
```
The result looks like this:

| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| Tables | Are | Cool |
| ------------- | :-----------: | ----: |
| **col 3 is** | right-aligned | $1600 |
| col 2 is | *centered* | $12 |
| col 2 is | *centered* | $12 |
| zebra stripes | ~~are neat~~ | $1 |

You can see that there is a default table caption provided which is by default a concatenation of the workshop title and the lab title.
Expand All @@ -30,25 +30,25 @@ If you don't like the default, you can also provide your own table title by addi
The complete markdown looks like this:

```
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| Tables | Are | Cool |
| ------------- | :-----------: | ----: |
| **col 3 is** | right-aligned | $1600 |
| col 2 is | *centered* | $12 |
| col 2 is | *centered* | $12 |
| zebra stripes | ~~are neat~~ | $1 |
{: title="My table title"}
```

Now our table looks like this:

| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| Tables | Are | Cool |
| ------------- | :-----------: | ----: |
| **col 3 is** | right-aligned | $1600 |
| col 2 is | *centered* | $12 |
| col 2 is | *centered* | $12 |
| zebra stripes | ~~are neat~~ | $1 |
{: title="My table title"}

As you can see, the numbering is added automatically.

Isn't that cool?

You can also refer to the [LiveLabs Markdown Cheatsheet](https://objectstorage.us-ashburn-1.oraclecloud.com/p/MKKRgodQ0WIIgL_R3QCgCRWCg30g22bXgxCdMk3YeKClB1238ZJXdau_Jsri0nzP/n/c4u04/b/qa-form/o/LiveLabs_MD_Cheat_Sheet.pdf)
You can also refer to the [LiveLabs Markdown Cheatsheet](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/labfiles/LiveLabs_MD_Cheat_Sheet.pdf)

0 comments on commit bdbf733

Please sign in to comment.