Created
March 28, 2018 12:12
-
-
Save maidmaid/3eb55afc4f2857cae89d7ac43d7943ae to your computer and use it in GitHub Desktop.
Revisions
-
maidmaid created this gist
Mar 28, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,62 @@ ``` box ┌───────────────┬──────────────────────────┬──────────────────┐ │ ISBN │ Title │ Author │ ├───────────────┼──────────────────────────┼──────────────────┤ │ 99921-58-10-7 │ Divine Comedy │ Dante Alighieri │ │ 9971-5-0210-0 │ A Tale of Two Cities │ Charles Dickens │ ├───────────────┼──────────────────────────┼──────────────────┤ │ 960-425-059-0 │ The Lord of the Rings │ J. R. R. Tolkien │ │ 80-902734-1-6 │ And Then There Were None │ Agatha Christie │ └───────────────┴──────────────────────────┴──────────────────┘ double/single ╔═══════════════╤══════════════════════════╤══════════════════╗ ║ ISBN │ Title │ Author ║ ╠═══════════════╪══════════════════════════╪══════════════════╣ ║ 99921-58-10-7 │ Divine Comedy │ Dante Alighieri ║ ║ 9971-5-0210-0 │ A Tale of Two Cities │ Charles Dickens ║ ╟───────────────┼──────────────────────────┼──────────────────╢ ║ 960-425-059-0 │ The Lord of the Rings │ J. R. R. Tolkien ║ ║ 80-902734-1-6 │ And Then There Were None │ Agatha Christie ║ ╚═══════════════╧══════════════════════════╧══════════════════╝ single/double ┌───────────────╥──────────────────────────╥──────────────────┐ │ ISBN ║ Title ║ Author │ ├───────────────╫──────────────────────────╫──────────────────┤ │ 99921-58-10-7 ║ Divine Comedy ║ Dante Alighieri │ │ 9971-5-0210-0 ║ A Tale of Two Cities ║ Charles Dickens │ ╞═══════════════╬══════════════════════════╬══════════════════╡ │ 960-425-059-0 ║ The Lord of the Rings ║ J. R. R. Tolkien │ │ 80-902734-1-6 ║ And Then There Were None ║ Agatha Christie │ └───────────────╨──────────────────────────╨──────────────────┘ heavy/light ┏━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━┓ ┃ ISBN │ Title │ Author ┃ ┣━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━┫ ┃ 99921-58-10-7 │ Divine Comedy │ Dante Alighieri ┃ ┃ 9971-5-0210-0 │ A Tale of Two Cities │ Charles Dickens ┃ ┠───────────────┼──────────────────────────┼──────────────────┨ ┃ 960-425-059-0 │ The Lord of the Rings │ J. R. R. Tolkien ┃ ┃ 80-902734-1-6 │ And Then There Were None │ Agatha Christie ┃ ┗━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━┛ light/heavy ┌───────────────┰──────────────────────────┰──────────────────┐ │ ISBN ┃ Title ┃ Author │ ├───────────────╂──────────────────────────╂──────────────────┤ │ 99921-58-10-7 ┃ Divine Comedy ┃ Dante Alighieri │ │ 9971-5-0210-0 ┃ A Tale of Two Cities ┃ Charles Dickens │ ┝━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━━━━┥ │ 960-425-059-0 ┃ The Lord of the Rings ┃ J. R. R. Tolkien │ │ 80-902734-1-6 ┃ And Then There Were None ┃ Agatha Christie │ └───────────────┸──────────────────────────┸──────────────────┘ line/dash ┌───────────────┬──────────────────────────┬──────────────────┐ │ ISBN │ Title │ Author │ ├───────────────┼──────────────────────────┼──────────────────┤ │ 99921-58-10-7 │ Divine Comedy │ Dante Alighieri │ │ 9971-5-0210-0 │ A Tale of Two Cities │ Charles Dickens │ ├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤ │ 960-425-059-0 │ The Lord of the Rings │ J. R. R. Tolkien │ │ 80-902734-1-6 │ And Then There Were None │ Agatha Christie │ └───────────────┴──────────────────────────┴──────────────────┘ ```