From ac39678a9febc38e04efab27f50281ca86fc1c1e Mon Sep 17 00:00:00 2001 From: developomp Date: Wed, 4 Aug 2021 13:33:33 +0900 Subject: [PATCH] added table alignment --- source/markdown/posts/test post.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/markdown/posts/test post.md b/source/markdown/posts/test post.md index fd31548..109d753 100644 --- a/source/markdown/posts/test post.md +++ b/source/markdown/posts/test post.md @@ -20,11 +20,11 @@ A post have title, post date, tags, and content. ## Table -| identifier | value | -| :--------- | :---- | -| one | 1 | -| two | 2 | -| three | 3 | +| align right | align center | align left | +| ----------: | :----------: | :--------- | +| one | A | 1 | +| two | B | 2 | +| three | C | 3 | ## List