From 8e7041c0628f582257c2e0fd8aba393ef13eb686 Mon Sep 17 00:00:00 2001 From: Diego Armando Polanco Montoya Date: Mon, 16 Mar 2026 12:30:56 -0500 Subject: [PATCH] Adding example of columns center align. --- src/main.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.js b/src/main.js index 64c180d..f5e58b6 100644 --- a/src/main.js +++ b/src/main.js @@ -66,11 +66,11 @@ You may be using [Markdown Live Preview](https://markdownlivepreview.com/). ## Tables -| Left columns | Right columns | -| ------------- |:-------------:| -| left foo | right foo | -| left bar | right bar | -| left baz | right baz | +| Left Columns | Center Columns | Right Columns | +| ------------- |:--------------:| -------------:| +| left foo | center foo | right foo | +| left bar | center bar | right bar | +| left baz | center baz | right baz | ## Blocks of code