💾 Archived View for rawtext.club › ~sloum › geminilist › 004725.gmi captured on 2023-09-08 at 17:37:44. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

<-- back to the mailing list

[users] Tables in Gemtext

A. E. Spencer-Reed easrng at gmail.com

Mon Jan 4 15:00:57 GMT 2021

- - - - - - - - - - - - - - - - - - - 

It looks like no one has mentioned box-drawing characters yet, theylook good, are supported as part of UTF-8, and I suspect they'd beeasy to parse.```┌──────┬───────┐│ Text │ goes │├──────┼───────┤│ in │ these │└──────┴───────┘```There are other styles that would need to be accounted for, like```┏━━━━━━┓┃ Bold ┃┗━━━━━━┛```or```╔════════╗║ Double ║╚════════╝```borders.

=

https://en.wikipedia.org/wiki/Box-drawing_character#Unicode Moreinformation about box drawing characters