Skip to content

Commit

Permalink
Patch part 2 - cloud-database-servives (#50)
Browse files Browse the repository at this point in the history
* cleanup migration

cleanup migration

* Patch part 2 - cloud-database-servives

Patch part 2 - cloud-database-servives
  • Loading branch information
klazarz authored Mar 15, 2024
1 parent 4c432fd commit 22b48b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ LiveLabs is the place to explore Oracle's products and services using workshops
### How do I get started?
Visit [LiveLabs](https://developer.oracle.com/livelabs) now to get started. Workshops are added weekly, please visit frequently for new content.


[![](https://oracle-livelabs.github.io/common/images/livelabs-new-skin.png)](https://developer.oracle.com/livelabs)




## Contributing
Pull requests are currently not being accepted. See [CONTRIBUTING](CONTRIBUTING.md) for details.

Expand Down
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 22b48b2

Please sign in to comment.