Skip to content

Instantly share code, notes, and snippets.

@tkanarsky
Created December 6, 2022 15:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkanarsky/178952ff3b81ceed11e6ad367b9a2899 to your computer and use it in GitHub Desktop.
Save tkanarsky/178952ff3b81ceed11e6ad367b9a2899 to your computer and use it in GitHub Desktop.

User

Render a chessboard as a Markdown table.


ChatGPT

Here is a chessboard represented as a Markdown table:

A B C D E F G H
8
7
6
5
4
3
2
1

Note: The above table uses Unicode characters for the chess pieces (, , , , , , , , , , , and ). If these characters do not display correctly on your device, you may see question marks, boxes, or other symbols instead.


chat2gist v0.1

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