Skip to content

Use box-drawing characters#24

Open
mxdvl wants to merge 1 commit into
Plasma:mainfrom
mxdvl:box-drawing-characters
Open

Use box-drawing characters#24
mxdvl wants to merge 1 commit into
Plasma:mainfrom
mxdvl:box-drawing-characters

Conversation

@mxdvl
Copy link
Copy Markdown

@mxdvl mxdvl commented Jun 20, 2025

For a prettier output when not using Markdown – my colleague @pierre-charles shared this extension in our team chat and I thought it would look nicer this way. It does not handle either side of the table, nor its corners.


Before

|-------------------|-----------|--------------|----------------|----------------|
| Geography level   | Geography | Geography ID | Bed count/type | Month starting |
|-------------------|-----------|--------------|----------------|----------------|
| postcode_area     | SE        | SE           | 2-bed-house    |     2025-02-01 |
|-------------------|-----------|--------------|----------------|----------------|
| postcode_area     | SE        | SE           | 2-bed-house    |     2025-02-01 |
|-------------------|-----------|--------------|----------------|----------------|
| postcode_area     | SE        | SE           | 2-bed-house    |     2025-02-01 |
|-------------------|-----------|--------------|----------------|----------------|
| postcode_area     | SE        | SE           | 2-bed-house    |     2025-02-01 |
|-------------------|-----------|--------------|----------------|----------------|

After

┬───────────────────┬───────────┬──────────────┬────────────────┬────────────────┬
│ Geography level   │ Geography │ Geography ID │ Bed count/type │ Month starting │
┼───────────────────┼───────────┼──────────────┼────────────────┼────────────────┼
│ postcode_area     │ SE        │ SE           │ 2-bed-house    │     2025-02-01 │
┼───────────────────┼───────────┼──────────────┼────────────────┼────────────────┼
│ postcode_area     │ SE        │ SE           │ 2-bed-house    │     2025-02-01 │
┼───────────────────┼───────────┼──────────────┼────────────────┼────────────────┼
│ postcode_area     │ SE        │ SE           │ 2-bed-house    │     2025-02-01 │
┼───────────────────┼───────────┼──────────────┼────────────────┼────────────────┼
│ postcode_area     │ SE        │ SE           │ 2-bed-house    │     2025-02-01 │
┴───────────────────┴───────────┴──────────────┴────────────────┴────────────────┴

@mxdvl mxdvl marked this pull request as ready for review June 20, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant