From a0cc1865e635daad8880ab65c95b99ea2f04d06c Mon Sep 17 00:00:00 2001 From: Yu-Chiang Hsu Date: Sat, 7 Aug 2021 12:12:21 -0400 Subject: [PATCH] Updated Alignment Example (markdown) --- Alignment-Example.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/Alignment-Example.md b/Alignment-Example.md index c7e6562..9ba3c7f 100644 --- a/Alignment-Example.md +++ b/Alignment-Example.md @@ -2,30 +2,4 @@ Had a challenging time toi figure out alignment for the great Vim-Table-Mode so The alignment depends on where you put the <:>. Here are 4 use cases. - -`No Alignment` -`| Test Alignment |` -`|----------------------|` -`| Hello test alignment |` -`| test 2 |` - - -`Left Alignment` -`| Test Alignment |` -`|:---------------------|` -`| Hello test alignment |` -`| test 2 |` - - -`Right Alignment` -`| Test Alignment |` -`|---------------------:|` -`| Hello test alignment |` -`| test 2 |` - - -`Center Alignment` -`| Test Alignment |` -`|:--------------------:|` -`| Hello test alignment |` -`| test 2 |` +![Alignment Example](https://p217.p3.n0.cdn.getcloudapp.com/items/d5uR4zJW/868db559-02f7-4865-b2ba-e5463eb6e263.png?source=viewer&v=81e017e36c4c3c809fa5d3c0f715f186) \ No newline at end of file