diff --git a/sample-workshop/tables/tables.md b/sample-workshop/tables/tables.md index 945bbd7..529dc6f 100644 --- a/sample-workshop/tables/tables.md +++ b/sample-workshop/tables/tables.md @@ -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. @@ -30,20 +30,20 @@ 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"} @@ -51,4 +51,4 @@ 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) \ No newline at end of file +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) \ No newline at end of file