From ed6a99dc43e71092a66de5a0f8815530001619bd Mon Sep 17 00:00:00 2001 From: Roman <59285587+codeandmedia@users.noreply.github.com> Date: Mon, 16 May 2022 12:38:47 +0200 Subject: [PATCH] Update page.md --- content/content/page.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/content/page.md b/content/content/page.md index 2038c50..b1fd2ae 100644 --- a/content/content/page.md +++ b/content/content/page.md @@ -152,3 +152,11 @@ available separately in the A span element in this position with a `continue-reading` id is created, so you can link directly to it if needed. For example: `Continue Reading`. + +## Test markdown table + +| Tables | Are | Cool | +|----------|:-------------:|------:| +| col 1 is | left-aligned | $1600 | +| col 2 is | centered | $12 | +| col 3 is | right-aligned | $1 |