DenverCoder1 / DenverCoder1/table2ascii

[Feature Request] Support Merge.UP similar to Merge.LEFT

Open
#104 2 comments 1 reaction 0 assignees View on GitHub
enhancement help wanted
Dominant language
Python
Stars
77
Forks
17
PR merge metrics
No merged PRs in 30d

Description

```md
+-----+---+---+---+---+-----+
| ID | Config | Oth |
+ +---+---+---+---+ |
| | A | B | C | D | |
+-----+---+---+---+---+-----+
| 0x0 | 2 | 0 | 0 | 4 | 3 |
| 0x1 | 0 | 0 | 0 | 0 | 4 |
| 0x2 | 0 | 2 | 0 | 1 | 5 |
+-----+---+---+---+---+-----+
```
Merge.LEFT allows us to let "Config" have multiple columns.
Merge.UP will allow us to let "ID", "Oth" have multiple rows.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.