Skip to content

Instantly share code, notes, and snippets.

@tk0miya
Last active November 26, 2021 05:41
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tk0miya/20692987c8d47128e75d0a59bfdda4a8 to your computer and use it in GitHub Desktop.
Save tk0miya/20692987c8d47128e75d0a59bfdda4a8 to your computer and use it in GitHub Desktop.

simple table

| hello | world |
| ----- | ----- |
| hello | world |
| hello | world |
hello world
hello world
hello world

no sidelines

hello | world
----- | -----
hello | world
hello | world
hello | world
hello world
hello world
hello world
hello world

single column

  hello
| ----- |
  world
  world
  world
hello
world
world
world

indented

   | hello |
   | ----- |
   | hello |
   | hello |
   | hello |
hello
hello
hello
hello

too indented (code-block)

    | hello |
    | ----- |
    | hello |
    | hello |
    | hello |
| hello |
| ----- |
| hello |
| hello |
| hello |

crazy

hello
-|
hello
hello
hello
hello
hello
hello
hello

paragraph and bullet list

hello
- |
hello
hello
hello

hello

  • | hello hello hello

shortage of header columns

| hello |
| ----- | ----- |
| hello | hello |
| hello | hello |
| hello | hello |

| hello | | ----- | ----- | | hello | hello | | hello | hello | | hello | hello |

shortage or too much table columns in body

| hello | hello |
| ----- | ----- |
| hello |
| hello |
| hello | hello | hello | hello |
hello hello
hello
hello
hello hello

Have a fun

| hello | hello |
| ----- | ----- |
hello
hello

hello
hello hello
hello
hello

hello

single PIPE interrupts a table

| hello | hello |
| ----- | ----- |
| hello
| hello
|
hello hello
hello
hello

|

Escaping rule

| hello | hello |
| ----- | ----- |
`\|` `\\|`
*\|* *\\|*

`\|` `\\|`
*\|* *\\|*
hello hello
| \|
| |

\| \\| | \|

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