From 9fdf871b2f0546925ac1888612f4b7dd16a7719b Mon Sep 17 00:00:00 2001
From: Alexandre Caldato <caldato.alexandre@gmail.com>
Date: Fri, 30 Jun 2023 14:42:21 +0200
Subject: [PATCH] added table example

---
 docs/index.md | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 000ea34..ed196f9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -9,9 +9,14 @@ For full documentation visit [mkdocs.org](https://www.mkdocs.org).
 * `mkdocs build` - Build the documentation site.
 * `mkdocs -h` - Print help message and exit.
 
-## Project layout
+## Table Example
 
-    mkdocs.yml    # The configuration file.
-    docs/
-        index.md  # The documentation homepage.
-        ...       # Other markdown pages, images and other files.
+| Day      | Breakfast                   | Lunch                  | Dinner                 |
+|----------|-----------------------------|------------------------|------------------------|
+| Monday   | Avocado Toast & Coffee      | Grilled Chicken Salad  | Spaghetti Carbonara    |
+| Tuesday  | Greek Yogurt & Berries      | Tuna Sandwich          | Grilled Salmon         |
+| Wednesday| Oatmeal & Green Tea         | Chicken Caesar Wrap    | Stir-Fry Vegetables    |
+| Thursday | Scrambled Eggs & Toast      | Vegetable Soup         | Beef Stroganoff        |
+| Friday   | Pancakes & Orange Juice     | BLT Sandwich           | Margherita Pizza       |
+| Saturday | French Toast & Smoothie     | Chicken Quesadilla     | BBQ Ribs               |
+| Sunday   | Bagel & Cream Cheese        | Steak Salad            | Roasted Chicken & Veggies |
-- 
GitLab