Feoramund
|
585747bbbf
|
Clarify error message
|
2024-06-20 17:53:34 -04:00 |
|
Feoramund
|
99c955d124
|
Remove unneeded loc argument
|
2024-06-20 15:26:00 -04:00 |
|
Feoramund
|
fd28199178
|
Optimize printing of markdown tables
Check only once if the table has a header row, instead of every row.
|
2024-06-20 15:01:09 -04:00 |
|
Feoramund
|
dd099d9dd6
|
Add Unicode support to core:text/table
|
2024-06-20 15:01:09 -04:00 |
|
Feoramund
|
2241ca8e72
|
Use tabs to indent HTML tables
|
2024-06-20 13:06:32 -04:00 |
|
Feoramund
|
b66b960e7e
|
Don't build HTML tables
`build` only recalculates length and width information, and this is not
needed for HTML tables.
|
2024-06-20 13:06:32 -04:00 |
|
Feoramund
|
4a3684c5e8
|
Rename write_ascii_table to write_plain_table
|
2024-06-20 13:06:28 -04:00 |
|
gingerBill
|
3e7e779abf
|
Replace core:* to base:* where appropriate
|
2024-01-28 22:18:51 +00:00 |
|
gingerBill
|
9b54b99bf6
|
Use positional and named arguments within the core library
|
2023-06-21 01:17:05 +01:00 |
|
gingerBill
|
9b15bda055
|
Add missing packages to examples/all
|
2023-06-07 22:48:39 +01:00 |
|
oskarnp
|
e2e98672bd
|
Fix typo
|
2023-03-26 21:51:57 +02:00 |
|
oskarnp
|
51f295cacc
|
Rename init procs
|
2023-03-26 21:46:36 +02:00 |
|
oskarnp
|
0c50ac3396
|
Remove unnecessary #partial switch
|
2023-03-26 21:45:37 +02:00 |
|
oskarnp
|
2da81a4a26
|
Remove unnecessary C style loop
|
2023-03-26 21:44:31 +02:00 |
|
oskarnp
|
b6d4853a33
|
Fix cell alignment to default to Left using ZII
|
2023-03-26 21:41:16 +02:00 |
|
oskarnp
|
020b147222
|
Move helper procs into utility.odin
|
2023-03-26 21:33:27 +02:00 |
|
oskarnp
|
88ee5d1a6d
|
text/table: Initial implementation
|
2023-03-26 16:10:27 +02:00 |
|