Skip to content

Instantly share code, notes, and snippets.

@trusktr
Last active April 16, 2026 01:44
Show Gist options
  • Select an option

  • Save trusktr/93175b620d47827ffdedbf52433e3b37 to your computer and use it in GitHub Desktop.

Select an option

Save trusktr/93175b620d47827ffdedbf52433e3b37 to your computer and use it in GitHub Desktop.
Image grid in Markdown
@karson33

karson33 commented May 4, 2021

Copy link
Copy Markdown

None pluging great solution!

@KC2016

KC2016 commented Jul 26, 2021

Copy link
Copy Markdown

How can I merge the lines in one of the columns?

@KC2016

KC2016 commented Jul 26, 2021

Copy link
Copy Markdown

I made this : | | |
|:-------------------------:|:-------------------------:|
| | |

@luabida

luabida commented May 3, 2022

Copy link
Copy Markdown

You can either remove the blank bar by using like this:

1 2 3
4 5 6

(|1|2|3|
|:---:|:---:|:---:|
|4|5|6|)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment