Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save vladimir-kazan/50b7f4e52572d36509c34721339333c3 to your computer and use it in GitHub Desktop.

Select an option

Save vladimir-kazan/50b7f4e52572d36509c34721339333c3 to your computer and use it in GitHub Desktop.
Drawing tables (boxes) using UTF-8 symbols
┏━━━━━━┳━━━━━━┓ ┏━━━━━━┯━━━━━━┓ ┌──────┬──────┐ ╔══════╦══════╗
┃ col1 ┃ col2 ┃ ┃ col1 │ col2 ┃ │ col1 │ col2 │ ║ col1 ║ col2 ║
┣━━━━━━╋━━━━━━┫ ┠──────┼──────┨ ├──────┼──────┤ ╠══════╬══════╣
┃ val1 ┃ val2 ┃ ┃ val1 │ val2 ┃ │ val1 │ val2 │ ║ val1 ║ val2 ║
┗━━━━━━┻━━━━━━┛ ┗━━━━━━┷━━━━━━┛ └──────┴──────┘ ╚══════╩══════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment