Skip to content

Commit 2bff31b

Browse files
committed
Fix data matrix formatting
1 parent 28fc114 commit 2bff31b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/cosmos-db/sql/tutorial-create-notebook.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,16 @@ In this section, you'll create the Azure Cosmos database, container, and import
174174

175175
| | Action | ItemRevenue | Country | Item |
176176
| --- | --- | --- | --- | --- |
177-
| *0* | Purchased | 19.99 | Macedonia | Button-Up Shirt |
178-
| *1* | Viewed | 12.00 | Papua New Guinea | Necklace |
179-
| *2* | Viewed | 25.00 | Slovakia (Slovak Republic) | Cardigan Sweater |
180-
| *3* | Purchased | 14.00 | Senegal | Flip Flop Shoes |
181-
| *4* | Viewed | 50.00 | Panama | Denim Shorts |
182-
| *5* | Viewed | 14.00 | Senegal | Flip Flop Shoes |
183-
| *6* | Added | 14.00 | Senegal | Flip Flop Shoes |
184-
| *7* | Added | 50.00 | Panama | Denim Shorts |
185-
| *8* | Purchased | 33.00 | Palestinian Territory | Red Top |
186-
| *9* | Viewed | 30.00 | Malta | Green Sweater |
177+
| **0** | Purchased | 19.99 | Macedonia | Button-Up Shirt |
178+
| **1** | Viewed | 12.00 | Papua New Guinea | Necklace |
179+
| **2** | Viewed | 25.00 | Slovakia (Slovak Republic) | Cardigan Sweater |
180+
| **3** | Purchased | 14.00 | Senegal | Flip Flop Shoes |
181+
| **4** | Viewed | 50.00 | Panama | Denim Shorts |
182+
| **5** | Viewed | 14.00 | Senegal | Flip Flop Shoes |
183+
| **6** | Added | 14.00 | Senegal | Flip Flop Shoes |
184+
| **7** | Added | 50.00 | Panama | Denim Shorts |
185+
| **8** | Purchased | 33.00 | Palestinian Territory | Red Top |
186+
| **9** | Viewed | 30.00 | Malta | Green Sweater |
187187

188188
1. Create another new code cell.
189189

0 commit comments

Comments
 (0)